Returns name of form field <INPUT TYPE="FILE"> with which RejectedFile is associated
as in files collection as in form elements of the web page.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0
Syntax
| C# |
|---|
public string GetKey( int index ) |
| Visual Basic (Declaration) |
|---|
Public Function GetKey ( _ index As Integer _ ) As String |
Parameters
- index
- Type: System..::.Int32
The index of the RejectedFile object for which associated form field name should be returned.
Return Value
The name of <INPUT TYPE="FILE"> field with which UploadedFile is associated.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | index is outside the valid range of indexes for the collection. |
