TreePathUtilsGetUniqueNodeAlias Method |
Returns the unique node alias for the given node, node alias and parent node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public static string GetUniqueNodeAlias(
string nodeAlias,
string siteName,
int parentNodeId,
int currentNodeId
)
Parameters
- nodeAlias
- Type: SystemString
Original node alias - siteName
- Type: SystemString
Site name - parentNodeId
- Type: SystemInt32
Parent node ID - currentNodeId
- Type: SystemInt32
Current node ID
Return Value
Type:
StringSee Also