Additional properties of the node object can be set by the application as required after the node is created.
The FolderType is practically identical to the BaseObjectType.
| Visual Basic (Declaration) | |
|---|---|
Protected Overloads Function CreateFolderNode( _ ByVal name As String, _ ByVal description As String _ ) As FolderState | |
| C# | |
|---|---|
protected FolderState CreateFolderNode( string name, string description ) | |
Parameters
- name
- The name for the node ID, browse name and display name.
- description
- Optional vendor specific node description
Return Value
The created FolderState node object.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family