Gets a string array that contains all <INPUT TYPE="FILE"> field names with which all rejected files are associated.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0

Syntax

C#
public string[] AllKeys { get; }
Visual Basic (Declaration)
Public ReadOnly Property AllKeys As String()

Field Value

Type: System..::.String[]
A string array that contains all keys (<INPUT TYPE="FILE"> field names) of the collection.

See Also