NodeSelectionParameters Class |
Namespace: CMS.DocumentEngine
public class NodeSelectionParameters
The NodeSelectionParameters type exposes the following members.
Name | Description | |
---|---|---|
NodeSelectionParameters |
Constructor
|
Name | Description | |
---|---|---|
mCombineWithDefaultCulture |
Combine with default culture
|
Name | Description | |
---|---|---|
AliasPath |
Path. It may contain % and _ as wild card characters for any number of unknown characters or one unknown character respectively (for MS SQL)
| |
ClassNames |
List of classNames to select separated by semicolon (e.g.: "cms.article;cms.product")
| |
Columns |
Columns to be selected. Columns definition must contain mandatory columns (NodeID, NodeLinkedNodeID, DocumentCulture)
| |
CombineWithDefaultCulture |
Specifies if return the default culture document when specified culture not found
| |
CultureCode |
Nodes culture code
| |
CheckLicense |
If true, the selection checks license conditions
| |
MaxRelativeLevel |
Maximal child level of the selected nodes
| |
OrderBy |
Order by clause to use for the data selection
| |
SelectAllData |
If true, the coupled data are retrieved in case class names are specified
| |
SelectOnlyPublished |
Select only published nodes
| |
SelectSingleNode |
If true, single node selection takes place (escapes query like patterns)
| |
SiteName |
Nodes site name
| |
TopN |
Select top N rows only
| |
Where |
Where condition to use for the data selection
|