TreeProvider GetNodesOnPathWhereCondition Method Kentico 8.0 API Reference
Returns where condition for all nodes on the path to the given alias path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

aliasPath
Type: OnlineSystem String
Alias path
includeRoot
Type: OnlineSystem Boolean
Indicates whether root item should be included.
includeCurrent
Type: OnlineSystem Boolean
Indicates whether item with the exact alias path should be included.

Return Value

Type: OnlineString
See Also