Click or drag to resize
ValidateFileEventArgs Properties

The ValidateFileEventArgs type exposes the following members.

Properties
  Name Description
Public property Code example IsValid
Gets or sets whether the value specified by UploadedFile property passed validation.
Public property Code example SkipInternalValidation
Gets or sets whether the internal validation should continue validating the file specified by the UploadedFile property.
Top
See Also