Click or drag to resize
ImportExportSettingsAllowSingleExport Property
Indicates whether the object type supports export of individual objects from UniGrid listing pages. Default value is true when the object is exportable and logs export tasks, otherwise false.

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

Property Value

Type: Boolean
See Also