Returns name of form field <INPUT TYPE="FILE"> with which UploadedFile is associated as in files collection as in Form element of the web page.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.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 UploadedFile 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

ExceptionCondition
System..::.ArgumentOutOfRangeException index is outside the valid range of indexes for the collection.

See Also