Discuss this help topic in SecureBlackbox Forum
Specifies if widget data should be compressed before saving.
Declaration
[C#]
bool CompressWidgetData;
[VB.NET]
Property CompressWidgetData As Boolean
[Pascal]
property CompressWidgetData : Boolean;
[C++]
bool get_CompressWidgetData();
void set_CompressWidgetData(bool Value);
[PHP]
bool get_CompressWidgetData()
void set_CompressWidgetData(bool $Value)
[Java]
boolean getCompressWidgetData();
void setCompressWidgetData(boolean Value);
Description
Set this property to True to compress widget data before saving.
The default value is False.
Discuss this help topic in SecureBlackbox Forum