NodeSelectionParameters Properties |
The NodeSelectionParameters type exposes the following members.
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)
|
![]() | CheckLicense |
If true, the selection checks license conditions
|
![]() | 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
|
![]() | 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
|