EasyUA Reference
Browse Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : Browse Method

requestHeader
The request header.
view
The view to browse.
nodeToBrowse
The node to browse.
maxResultsToReturn
The maximum number of returned values.
browseDirection
The browse direction.
referenceTypeId
The reference type id.
includeSubtypes
If set to true the subtypes of the ReferenceType will be included in the browse.
nodeClassMask
The node class mask.
continuationPoint
The continuation point.
references
The list of node references.

Glossary Item Box

Invokes the Browse service.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim requestHeader As RequestHeader
Dim view As ViewDescription
Dim nodeToBrowse As NodeId
Dim maxResultsToReturn As UInteger
Dim browseDirection As BrowseDirection
Dim referenceTypeId As NodeId
Dim includeSubtypes As Boolean
Dim nodeClassMask As UInteger
Dim continuationPoint As Byte()
Dim references As ReferenceDescriptionCollection
Dim value As ResponseHeader
 
value = instance.Browse(requestHeader, view, nodeToBrowse, maxResultsToReturn, browseDirection, referenceTypeId, includeSubtypes, nodeClassMask, continuationPoint, references)
C# 
public virtual ResponseHeader Browse( 
   RequestHeader requestHeader,
   ViewDescription view,
   NodeId nodeToBrowse,
   uint maxResultsToReturn,
   BrowseDirection browseDirection,
   NodeId referenceTypeId,
   bool includeSubtypes,
   uint nodeClassMask,
   out byte[] continuationPoint,
   out ReferenceDescriptionCollection references
)

Parameters

requestHeader
The request header.
view
The view to browse.
nodeToBrowse
The node to browse.
maxResultsToReturn
The maximum number of returned values.
browseDirection
The browse direction.
referenceTypeId
The reference type id.
includeSubtypes
If set to true the subtypes of the ReferenceType will be included in the browse.
nodeClassMask
The node class mask.
continuationPoint
The continuation point.
references
The list of node references.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.