TreeProvider GetNodesOnPathWhereCondition Method Kentico 8.1 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.1.5347.20411)

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