Returns the complete where condition based on the given parameters.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- siteName
- Type: System String
Nodes site name
- aliasPath
- Type: System String
Node alias path - 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
Indicates whether node in default culture should be returned if node in specified culture was not found.
- where
- Type: System String
Where condition for the data selection
- selectOnlyPublished
- Type: System Boolean
Select only published nodes.
- maxRelativeLevel
- Type: System Int32
Maximum child level of the selected nodes
Return Value
Type: StringSee Also