Click or drag to resize
TreePathUtilsGetSafeNodeAliasPath Method
Returns the safe equivalent to the given node alias path.

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

Parameters

aliasPath
Type: SystemString
Alias path
siteName
Type: SystemString
Site name

Return Value

Type: String
See Also