QuickOPC User's Guide and Reference
UAFileTransferNodeTreePosition Constructor(UAFileTransferNodeTreePosition,Exception,UANodeDescriptor,String,Boolean)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.FileTransfer.Graphs Namespace > UAFileTransferNodeTreePosition Class > UAFileTransferNodeTreePosition Constructor : UAFileTransferNodeTreePosition Constructor(UAFileTransferNodeTreePosition,Exception,UANodeDescriptor,String,Boolean)
The parent object in the tree.
The exception encountered during browsing.
The node descriptor of the file or directory object.
Name of the file or directory represented by this position.
Determines whether the node represents a directory.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentPosition As UAFileTransferNodeTreePosition, _
   ByVal browseException As Exception, _
   ByVal nodeDescriptor As UANodeDescriptor, _
   ByVal name As String, _
   ByVal isDirectory As Boolean _
)
'Usage
 
Dim parentPosition As UAFileTransferNodeTreePosition
Dim browseException As Exception
Dim nodeDescriptor As UANodeDescriptor
Dim name As String
Dim isDirectory As Boolean
 
Dim instance As New UAFileTransferNodeTreePosition(parentPosition, browseException, nodeDescriptor, name, isDirectory)

Parameters

parentPosition
The parent object in the tree.
browseException
The exception encountered during browsing.
nodeDescriptor
The node descriptor of the file or directory object.
name
Name of the file or directory represented by this position.
isDirectory
Determines whether the node represents a directory.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also