| SqlHelperGetAliasPathCondition Method  | 
            Returns the where condition for node alias path expression.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic static string 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: 
String
See Also