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: 13.0.131
Syntaxpublic 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