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

Returns a file from the file collection by index.

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

Parameters

index
Index value of file to be returned.

See Also

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