This topic has not yet been rated - Rate this topic

HttpFileCollection Properties

The HttpFileCollection type exposes the following members.

  Name Description
Public property AllKeys Gets a string array containing the keys (names) of all members in the file collection.
Public property Count Gets the number of key/value pairs contained in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.)
Public property Item[Int32] Gets the object with the specified numerical index from the HttpFileCollection.
Public property Item[String] Gets the object with the specified name from the file collection.
Public property Keys Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.)
Top
  Name Description
Explicit interface implemetation Private property ICollection.IsSynchronized Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe). (Inherited from NameObjectCollectionBase.)
Explicit interface implemetation Private property ICollection.SyncRoot Gets an object that can be used to synchronize access to the NameObjectCollectionBase object. (Inherited from NameObjectCollectionBase.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.