IListElementMaxItems Property
|
Gets and sets the maximum amount of list items allowed for this list element.
List element is only validated against this property when adding new list items
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax int MaxItems { get; set; }
Property MaxItems As Integer
Get
Set
property int MaxItems {
int get ();
void set (int value);
}
abstract MaxItems : int with get, set
Property Value
Type:
Int32Remarks When unset, or equal or enter 0, unlimited list items allowed
See Also