Click or drag to resize
TreePathUtilsGetSafeNodeAlias Method
Returns the safe equivalent to the given nodeAlias.

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

Parameters

nodeAlias
Type: SystemString
Original node alias
siteName
Type: SystemString
Site name

Return Value

Type: String
See Also