Click or drag to resize
TreePathUtilsGetClassNameByAliasPath Method
Returns the node class name corresponding to the given aliasPath.

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

Parameters

siteName
Type: SystemString
Node site name
aliasPath
Type: SystemString
Alias path

Return Value

Type: String
See Also