Click or drag to resize
TreePathUtilsGetAlias Method
Returns the alias from the given alias path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetAlias(
	string aliasPath
)

Parameters

aliasPath
Type: SystemString
Alias path

Return Value

Type: String
See Also