System.Web.HttpFileCollection Members

The members of System.Web.HttpFileCollection are listed below.

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

Public Properties

[read-only]
AllKeysstring[].

Gets a string array containing the keys (names) of all members in the file collection.

[read-only]
default property
Item(int)HttpPostedFile. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)HttpPostedFile. Documentation for this section has not yet been entered.

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.