Click or drag to resize
DefaultDataSettings Class
Settings for export of the default database data and web template data
Inheritance Hierarchy
SystemObject
  CMS.DataEngineDefaultDataSettings

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class DefaultDataSettings

The DefaultDataSettings type exposes the following members.

Constructors
  NameDescription
Public methodDefaultDataSettings
Top
Properties
  NameDescription
Public propertyChildDependencies
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.
Public propertyExcludedColumns
List of columns that should be excluded from the exported data.
Public propertyExcludedPrefixes
List of code display name prefixes that will be excluded from default data. By default everything starting with 'test' is excluded.
Public propertyIncludeToWebTemplateDataOnly
Indicates if data should be exported only as part of the web template data
Public propertyOrderBy
Order by columns
Public propertyWhere
Where condition
Top
Remarks
This class is for internal use only and should not be used in custom code.
See Also