ImportExportSettingsIsExportable Property |
Indicates whether the object type can be exported through regular Export/Import.
False by default.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool IsExportable { get; set; }
Property Value
Type:
BooleanRemarks
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