TreeProviderGetNodesOnPathWhereCondition Method |
Returns where condition for all nodes on the path to the given alias path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax public static string GetNodesOnPathWhereCondition(
string aliasPath,
bool includeRoot,
bool includeCurrent
)
Parameters
- aliasPath
- Type: SystemString
Alias path - includeRoot
- Type: SystemBoolean
Indicates whether root item should be included. - includeCurrent
- Type: SystemBoolean
Indicates whether item with the exact alias path should be included.
Return Value
Type:
StringSee Also