'Declaration
Public Function New( _ ByVal name As String, _ ByVal browsePath As BrowsePath, _ ByVal nodePath As String, _ ByVal itemId As String, _ ByVal isBranch As Boolean, _ ByVal isLeaf As Boolean, _ ByVal hasChildren As Boolean _ )
'Usage
Dim name As String Dim browsePath As BrowsePath Dim nodePath As String Dim itemId As String Dim isBranch As Boolean Dim isLeaf As Boolean Dim hasChildren As Boolean Dim instance As New DANodeElement(name, browsePath, nodePath, itemId, isBranch, isLeaf, hasChildren)
public DANodeElement( string name, BrowsePath browsePath, string nodePath, string itemId, bool isBranch, bool isLeaf, bool hasChildren )
public: DANodeElement( String^ name, BrowsePath^ browsePath, String^ nodePath, String^ itemId, bool isBranch, bool isLeaf, bool hasChildren )
Parameters
- name
- browsePath
- nodePath
- itemId
- isBranch
- isLeaf
- hasChildren