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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax 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:
StringSee Also