NeatUpload Documentation

UploadedFileCollection.Get Method (String)

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 key
);

Parameters

key
The UniqueID of the control.

Return Value

The corresponding UploadedFile, or null if there is no such file.

See Also

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