Click or drag to resize
TreePathUtilsGetUniqueUrlPath Method
Gets the safe unique URL path for the specified document. Safe URL path means that the forbidden characters are removed from the path parts, the path is trimmed to the maximal allowed length and the parts correspond with level of nesting.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetUniqueUrlPath(
	TreeNode node,
	string cultureSuffix = null
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
cultureSuffix (Optional)
Type: SystemString
Culture suffix to be used as a candidate for unique path suffix

Return Value

Type: String
See Also