DefaultDataSettings Class |
Namespace: CMS.DataEngine
public class DefaultDataSettings
The DefaultDataSettings type exposes the following members.
Name | Description | |
---|---|---|
DefaultDataSettings |
Name | Description | |
---|---|---|
ChildDependencies |
List of child dependencies for population of child count column(s) upon default data retrieval.
The child dependencies must contain no loops except direct reference to object type itself.
| |
ExcludedColumns |
List of columns that should be excluded from the exported data.
| |
ExcludedPrefixes |
List of code display name prefixes that will be excluded from default data. By default everything starting with 'test' is excluded.
| |
IncludeToWebTemplateDataOnly |
Indicates if data should be exported only as part of the web template data
| |
OrderBy |
Order by columns
| |
Where |
Where condition
|