Click or drag to resize
ImportExportSettingsIsExportable Property
Indicates whether the object type can be exported through regular Export/Import. False by default.

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

Property Value

Type: Boolean
Remarks
When both IsExportable and LogExport are true, SingleObjectExport defaults to true. When set to true, the object type must also provide at least one location in property ObjectTreeLocations.
See Also