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

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

Parameters

nodeAlias
Type: SystemString
Node alias
siteName
Type: SystemString
Site name

Return Value

Type: String
See Also