Click or drag to resize
KaxUploadMaxFileInputsCount Property
Gets or sets the maximum file input fields that can be added to the control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public int MaxFileInputsCount { get; set; }

Property Value

Type: Int32
The default value is 0 (unlimited).
Remarks
Using this property you can limit the maximum number of file inputs which can be added to a KaxUpload instance.
See Also