Click or drag to resize
KaxUploadInvalidFiles Property
Provides access to the invalid files uploaded by the KaxUpload instance. This is populated only if a validation was set.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual UploadedFileCollection InvalidFiles { get; }

Property Value

Type: UploadedFileCollection
If the internal validation is enabled this collection contains the invalid uploaded files for the particular instance of KaxUpload control.
See Also