IElementRequired Property
|
Gets sets the Element's value as required. Pages containing required Elements with empty values cannot be checked in.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Required { get; set; }
Property Required As Boolean
Get
Set
property bool Required {
bool get ();
void set (bool value);
}
abstract Required : bool with get, set
Property Value
Type:
BooleanSee Also