Click or drag to resize
TreePathUtilsGetUrlPathFromNamePath Method
Returns the safe URL path for given 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: 9.0.0
Syntax
C#
public static string GetUrlPathFromNamePath(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node

Return Value

Type: String
See Also