uaPLUS Reference
CreateBrowser Method
See Also  Send Feedback
Advosol.uaPLUS.AE Namespace > AeAreaState Class : CreateBrowser Method

context
The system context to use.
view
The view which may restrict the set of references/nodes found.
referenceType
The type of references being followed.
includeSubtypes
Whether subtypes of the reference type are followed.
browseDirection
Which way the references are being followed.
browseName
The browse name of a specific target (used when translating browse paths).
additionalReferences
Any additional references that should be included.
internalOnly
If true the browser should not making blocking calls to external systems.

Glossary Item Box

Creates a browser that finds the references to the branch.

Syntax

Visual Basic (Declaration) 
Public Overrides Function CreateBrowser( _
   ByVal context As ISystemContext, _
   ByVal view As ViewDescription, _
   ByVal referenceType As NodeId, _
   ByVal includeSubtypes As Boolean, _
   ByVal browseDirection As BrowseDirection, _
   ByVal browseName As QualifiedName, _
   ByVal additionalReferences As IEnumerable(Of IReference), _
   ByVal internalOnly As Boolean _
) As INodeBrowser

Parameters

context
The system context to use.
view
The view which may restrict the set of references/nodes found.
referenceType
The type of references being followed.
includeSubtypes
Whether subtypes of the reference type are followed.
browseDirection
Which way the references are being followed.
browseName
The browse name of a specific target (used when translating browse paths).
additionalReferences
Any additional references that should be included.
internalOnly
If true the browser should not making blocking calls to external systems.

Return Value

The browse object (must be disposed).

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.