Click or drag to resize

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 Value

Type: Int32
Remarks
When unset, or equal or enter 0, unlimited list items allowed
See Also