ISchemaFieldReadonly Property
|
Gets/sets whether the field is read-only for non-administrator users on the CMS edit form.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Readonly { get; set; }Property Readonly As Boolean
Get
Set
property bool Readonly {
bool get ();
void set (bool value);
}abstract Readonly : bool with get, set
Property Value
Boolean
See Also