'Declaration
Public Function New( _ ByVal nodeClasses As UANodeClass, _ ByVal browseDirections As UABrowseDirections, _ ByVal referenceTypeId As UANodeId _ )
'Usage
Dim nodeClasses As UANodeClass Dim browseDirections As UABrowseDirections Dim referenceTypeId As UANodeId Dim instance As New UABrowseParameters(nodeClasses, browseDirections, referenceTypeId)
public UABrowseParameters( UANodeClass nodeClasses, UABrowseDirections browseDirections, UANodeId referenceTypeId )
public: UABrowseParameters( UANodeClass nodeClasses, UABrowseDirections browseDirections, UANodeId^ referenceTypeId )
Parameters
- nodeClasses
- Specifies which node classes will be returned by the browsing.
- browseDirections
- Specifies the directions of the references to return.
- referenceTypeId
- Specifies which reference type will be returned by the browsing.