Click or drag to resize
TreeProviderGetUniqueNodeName Method
Returns unique node name for the specified parent node. Does not check for duplicity if duplicity occurs within the currentNodeId.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also