Returns the complete where condition based on the given parameters.
Namespace: CMS.SearchProviderSQLAssembly: CMS.SearchProviderSQL (in CMS.SearchProviderSQL.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System String
Nodes site name
- aliasPath
- Type: System String
Path. It may contain % and _ as wild card characters for any number of unknown characters or one unknown character respectively (for MS SQL)
- cultureCode
- Type: System String
Nodes culture code
- combineWithDefaultCulture
- Type: System Boolean
Specifies if return the default culture document when specified culture not found
- where
- Type: System String
Where condition to use for the data selection
- selectOnlyPublished
- Type: System Boolean
Select only published nodes
- maxRelativeLevel
- Type: System Int32
Maximal child level of the selected nodes
Return Value
Type: StringSee Also