TreePathUtilsGetNodeByAliasPath Method |
Gets the base node record (CMS_Tree) by the alias path and site name.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax 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:
DataSetSee Also