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.All

Returns an array of files in the collection.

[Visual Basic]
Public ReadOnly Property All As HttpPostedFile ()
[C#]
public HttpPostedFile[] All {get;}
[C++]
public: __property HttpPostedFile* get_All();
[JScript]
public function get All() : HttpPostedFile[];

See Also

HttpFileCollection Class | HttpFileCollection Members | System.Web Namespace