NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpFileCollection.Get

Returns an individual file from a collection by file name or collection index.

Overload List

Returns a file from the file collection by index.

[Visual Basic] Overloads Public Function Get(Integer) As HttpPostedFile
[C#] public HttpPostedFile Get(int);
[C++] public: HttpPostedFile* Get(int);
[JScript] public function Get(int) : HttpPostedFile;

Returns a file from the collection by file name.

[Visual Basic] Overloads Public Function Get(String) As HttpPostedFile
[C#] public HttpPostedFile Get(String);
[C++] public: HttpPostedFile* Get(String*);
[JScript] public function Get(String) : HttpPostedFile;

See Also

HttpFileCollection Class | HttpFileCollection Members | System.Web Namespace