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 (String)

Returns a file from the collection by file name.

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

Parameters

name
Name of file to be returned.

See Also

HttpFileCollection Class | HttpFileCollection Members | System.Web Namespace | HttpFileCollection.Get Overload List