ImportExportSettings Class |
Namespace: CMS.DataEngine
[SerializableAttribute] public class ImportExportSettings : AbstractDataContainer<ImportExportSettings>
The ImportExportSettings type exposes the following members.
Name | Description | |
---|---|---|
ImportExportSettings |
Constructor.
|
Name | Description | |
---|---|---|
AllowSingleExport |
Indicates whether the object type supports export of individual objects from UniGrid listing pages.
Default value is true when the object is exportable and logs export tasks, otherwise false.
| |
AlwaysCheckExisting |
If true, the import process always checks the existing object when importing this object type.
Use for object types that may be automatically created by another object type during import, such as automatically created scheduled tasks for recalculation etc.
| |
ColumnNames |
Available column names.
(Inherited from AbstractDataContainerParentObjectType.) | |
ExcludedDependingType |
Indicates if object is excluded depending type. Default is false.
| |
IncludeToExportParentDataSet |
Determines how the system includes objects of the type when exporting parent objects.
| |
IncludeToWebTemplateExport |
Determines the range of objects which will go to the web template export.
If Default, the default selection of objects for web template export is preserved.
If None, this object type will never go to web template export.
If All, this object type will always go to web template export (both site and global objects).
If Site, global objects are excluded.
If Global, site objects are excluded.
| |
IsAutomaticallySelected |
Indicates whether all objects of the type are automatically selected when creating export packages. For internal objects that are not visible in the object tree. False by default.
| |
IsExportable |
Indicates whether the object type can be exported through regular Export/Import.
False by default.
| |
Item |
Gets or sets the value of the column.
(Inherited from AbstractSimpleDataContainerTObject.) | |
LogExport |
Indicates whether the system logs export tasks when objects of the type are deleted. The delete tasks can be included in export packages.
False by default.
| |
LogProgress |
Indicates whether the import progress log includes a record for objects of the type. True by default.
| |
ObjectTreeLocations |
Sets the locations of the object type within the object tree in the export/import wizard.
| |
OrderBy |
Order by clause that sets the order of objects in the XML data of export packages. Used to ensure that export packages containing the same objects always have matching XML data.
| |
RegisteredColumns |
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisteredColumnsObject |
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.) | |
SupportsExport |
Indicates whether the object type can be exported either through regular Export/Import or through SingleObjectExport.
| |
UseLocalColumns |
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
WhereCondition |
Where condition that defines which objects of the type are available for export. Does not affect the single object export.
|
Name | Description | |
---|---|---|
ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.) | |
GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterColumn(String, FuncTObject, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterColumns |
Property registration.
(Overrides AbstractSimpleDataContainerTObjectRegisterColumns.) | |
SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.) |