ISchemaFieldHidden Property
|
Gets/sets whether the field is hidden for non-administrator users and users who don't have the
View Hidden Elements permission on the CMS edit form.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Hidden { get; set; }Property Hidden As Boolean
Get
Set
property bool Hidden {
bool get ();
void set (bool value);
}abstract Hidden : bool with get, set
Property Value
Boolean
See Also