ISchemaFieldOpenByDefault Property
|
Gets/sets whether this field should display all information to the client on initial get.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool OpenByDefault { get; set; }
Property OpenByDefault As Boolean
Get
Set
property bool OpenByDefault {
bool get ();
void set (bool value);
}
abstract OpenByDefault : bool with get, set
Property Value
Type:
BooleanSee Also