WebPartsSection.EnableExport Property
.NET Framework (current version)
Gets or sets a value indicating whether to enable the export of control data to an XML description file.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("enableExport", DefaultValue = false)] public bool EnableExport { get; set; }
Property Value
Type: System.Booleantrue to enable the export of control data to an XML description file; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: