NeatUpload Documentation

UploadedFileCollection.Get Method

Gets the index'th UploadedFile in the collection.

Overload List

Gets the index'th UploadedFile in the collection.

public UploadedFile Get(int);

Get the UploadedFile in the collection that was uploaded from the control with the specified UniqueID, or null if there is no such file.

public UploadedFile Get(string);

See Also

UploadedFileCollection Class | Brettle.Web.NeatUpload Namespace