ISchemaFieldOpenByDefault Property
|
Gets/sets whether this field should display all information to the client on initial get.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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
Boolean
See Also