KaxUploadMaxFileInputsCount Property |
Gets or sets the maximum file input fields that can be added to the control.
Namespace: Kettic.AspNet.ControlsAssembly: 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; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property MaxFileInputsCount As Integer
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property int MaxFileInputsCount {
int get ();
void set (int value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member MaxFileInputsCount : int with get, set
Property Value
Type:
Int32The 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