TreePathUtilsGetNodeAliasPathsOnPath Method |
Gets list of node alias paths for all documents on given path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static List<string> GetNodeAliasPathsOnPath(
string aliasPath,
bool includeRoot,
bool includeCurrent
)
Parameters
- aliasPath
- Type: SystemString
Node alias path - includeRoot
- Type: SystemBoolean
Indicates if root path should be included - includeCurrent
- Type: SystemBoolean
Indicates if path of current document should be included
Return Value
Type:
ListStringSee Also