Click or drag to resize
TreePathUtilsGetNodeAliasPathsOnPath Method
Gets list of node alias paths for all documents on given path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
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: ListString
See Also