Click or drag to resize
ObjectTypeInfoAllowDataExport Property
Indicates whether the system allows users to export the object type's data into files of various formats from listings (UniGrid). True by default for all objects except for binding objects.

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

Property Value

Type: Boolean
See Also