uaPLUS Reference
CreateFolderNode(Object,String,LocalizedText,String) Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > BaseNodeManager Class > CreateFolderNode Method : CreateFolderNode(Object,String,LocalizedText,String) Method

folderId
The node ID as a string or a numeric (int) value.
browseName
The symbolic name of the node.
displayName
The symbolic name as localized text. For LocaleId 'en' it shall be the same as the browse name.
description
Optional vendor specific node description

Glossary Item Box

A FolderType node object is created with the specified name.
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.

Syntax

Visual Basic (Declaration) 
Protected Overloads Function CreateFolderNode( _
   ByVal folderId As Object, _
   ByVal browseName As String, _
   ByVal displayName As LocalizedText, _
   ByVal description As String _
) As FolderState
C# 
protected FolderState CreateFolderNode( 
   object folderId,
   string browseName,
   LocalizedText displayName,
   string description
)

Parameters

folderId
The node ID as a string or a numeric (int) value.
browseName
The symbolic name of the node.
displayName
The symbolic name as localized text. For LocaleId 'en' it shall be the same as the browse name.
description
Optional vendor specific node description

Return Value

The created FolderState node object.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.