TreeProviderGetUniqueNodeName Method |
Returns unique node name for the specified parent node. Does not check for duplicity if duplicity occurs within the currentNodeId.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public string GetUniqueNodeName(
string nodeName,
int parentNodeId,
int currentNodeId,
string className
)
Parameters
- nodeName
- Type: SystemString
Original node name - parentNodeId
- Type: SystemInt32
Parent node ID - currentNodeId
- Type: SystemInt32
Current node ID - className
- Type: SystemString
Node class name
Return Value
Type:
StringSee Also