System.Web.HttpFileCollection: Method Members

The methods of System.Web.HttpFileCollection are listed below. For a list of all members, see the HttpFileCollection Members list.

See Also: Inherited members from System.Collections.Specialized.NameObjectCollectionBase

Public Methods

CopyTo(Array, int)

Copies members of the file collection to an Array beginning at the specified index of the array.

Get(int) : HttpPostedFile

Returns the System.Web.HttpPostedFile object with the specified numerical index from the file collection.

Get(string) : HttpPostedFile

Returns the System.Web.HttpPostedFile object with the specified name from the file collection.

GetKey(int) : string

Returns the name of the System.Web.HttpFileCollection member with the specified numerical index.