NeatUpload Documentation

UploadedFileCollection.Get Method (Int32)

Gets the index'th UploadedFile in the collection.

public UploadedFile Get(
   int index
);

Parameters

index
The index into the collection.

Return Value

The corresponding UploadedFile.

See Also

UploadedFileCollection Class | Brettle.Web.NeatUpload Namespace | UploadedFileCollection.Get Overload List