Returns the form field name by its index in the form fields collection.

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

Syntax

C#
public string GetName(
	int index
)
Visual Basic (Declaration)
Public Function GetName ( _
	index As Integer _
) As String

Parameters

index
Type: System..::.Int32
The integer index of required form field.

Return Value

The String name of the form field.

Exceptions

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

See Also