TreePathUtilsGetClassNameByAliasPath Method |
Returns the node class name corresponding to the given aliasPath.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public static string GetClassNameByAliasPath(
string siteName,
string aliasPath
)
Parameters
- siteName
- Type: SystemString
Node site name - aliasPath
- Type: SystemString
Alias path
Return Value
Type:
StringSee Also