TreePathUtilsGetSafeNodeAlias Method |
Returns the safe equivalent to the given nodeAlias.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static string GetSafeNodeAlias(
string nodeAlias,
string siteName
)
Parameters
- nodeAlias
- Type: SystemString
Original node alias - siteName
- Type: SystemString
Site name
Return Value
Type:
StringSee Also