Click or drag to resize
ImportExportSettings Properties

The ImportExportSettings type exposes the following members.

Properties
  NameDescription
Public propertyAllowSingleExport
Indicates whether the object type supports export of individual objects from UniGrid listing pages.
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainerParentObjectType.)
Public propertyExcludedDependingType
Indicates if object is excluded depending type. Default is false.
Public propertyIncludeToExportParentDataSet
Determines how the system includes objects of the type when exporting parent objects.
Public propertyIncludeToWebTemplateExport
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.
Public propertyIsAutomaticallySelected
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.
Public propertyIsExportable
Indicates whether the object type is exportable via Export/Import. Does not affect SingleObjectExport. False by default.
Public propertyItem
Gets or sets the value of the column.
(Inherited from AbstractSimpleDataContainerTObject.)
Public propertyLogExport
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.
Public propertyLogProgress
Indicates whether the import progress log includes a record for objects of the type. True by default.
Public propertyObjectTreeLocations
Sets the locations of the object type within the object tree in the export/import wizard.
Public propertyOrderBy
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.
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.)
Public propertyTypeInfo
ObjectTypeInfo instance that stores the type information of the related object type.
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.)
Public propertyWhereCondition
Where condition that defines which objects of the type are available for export. Does not affect the single object export.
Top
See Also