uaPLUS Reference
HdaElementBrowser Constructor
See Also  Send Feedback
Advosol.uaPLUS.HDA Namespace > HdaElementBrowser Class : HdaElementBrowser Constructor

context
The system context to use.
node
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.
itemId
Name of the qualified.
appHandle
sourceTypeDefinitionId
The type definition id.
sourceBrowseName
namespaceIndex
Index of the namespace.

Glossary Item Box

Creates a new browser object with a set of filters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal context As ISystemContext, _
   ByVal node As NodeState, _
   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, _
   ByVal itemId As String, _
   ByVal appHandle As Integer, _
   ByVal sourceTypeDefinitionId As NodeId, _
   ByVal sourceBrowseName As QualifiedName, _
   ByVal namespaceIndex As UShort _
)

Parameters

context
The system context to use.
node
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.
itemId
Name of the qualified.
appHandle
sourceTypeDefinitionId
The type definition id.
sourceBrowseName
namespaceIndex
Index of the namespace.

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.