Click or drag to resize
TreePathUtilsGetSafeNodeAliasPath Method
Returns node alias path without forbidden characters.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetSafeNodeAliasPath(
	string aliasPath,
	string siteName
)

Parameters

aliasPath
Type: SystemString
Node alias path
siteName
Type: SystemString
Site name

Return Value

Type: String
See Also