ImportExportSettingsLogExport Property |
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.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool LogExport { 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