NeatUpload Documentation

UploadedFileCollection.Item Property

The index'th UploadedFile in the collection.

Overload List

The index'th UploadedFile in the collection.

public UploadedFile this[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 this[string] {get;}

See Also

UploadedFileCollection Class | Brettle.Web.NeatUpload Namespace