Click or drag to resize
ImportExportSettingsIsExportable Property
Indicates whether the object type is exportable via Export/Import. Does not affect SingleObjectExport. False by default.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public bool IsExportable { get; set; }

Property Value

Type: Boolean
See Also