Click or drag to resize
TreePathUtilsGetAliasPathCondition Method
Returns the where condition for node alias path expression.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static WhereCondition GetAliasPathCondition(
	string aliasPath,
	bool exclude = false,
	bool combined = false
)

Parameters

aliasPath
Type: SystemString
Node alias path
exclude (Optional)
Type: SystemBoolean
Indicates if the path should be excluded
combined (Optional)
Type: SystemBoolean
Indicates if return condition is combined with another

Return Value

Type: WhereCondition
See Also