Click or drag to resize
TreeProviderGetNodesOnPathWhereCondition Method
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.2.23
Syntax
C#
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: String
See Also