Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool LogExport { 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