Click or drag to resize
TreePathUtilsGetUniqueNodeAlias Method
Returns the unique node alias for the specified parent node, does not check duplicity if duplicity occurs within the currentNodeId.

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