Click or drag to resize
TreePathUtilsGetNodeByAliasPath Method
Gets the base node record (CMS_Tree) by the alias path and site name.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetNodeByAliasPath(
	string siteName,
	string aliasPath,
	string columns = null
)

Parameters

siteName
Type: SystemString
Site name
aliasPath
Type: SystemString
Alias path
columns (Optional)
Type: SystemString
List of columns to retrieve

Return Value

Type: DataSet
See Also