TreePathUtilsGetAliasPathCondition Method |
Returns the where condition for node alias path expression.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax 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:
WhereConditionSee Also