UploadedFileCollection overview
AllKeys | The UniqueIDs of all of the controls with files in this collection. |
Count (inherited from NameObjectCollectionBase) | |
Item | Overloaded. The UploadedFile in the collection that was uploaded from the control with the specified UniqueID, or null if there is no such file. |
Keys (inherited from NameObjectCollectionBase) |
Equals (inherited from Object) | |
Get | Overloaded. Get the UploadedFile in the collection that was uploaded from the control with the specified UniqueID, or null if there is no such file. |
GetEnumerator | Gets an IEnumerator that can be used to enumerate through the UploadedFile objects in the collection. |
GetHashCode (inherited from Object) | |
GetKey | Gets the index'th control UniqueID in the collection. |
GetObjectData (inherited from NameObjectCollectionBase) | |
GetType (inherited from Object) | |
OnDeserialization (inherited from NameObjectCollectionBase) | |
ToString (inherited from Object) |
IsReadOnly (inherited from NameObjectCollectionBase) |
BaseAdd (inherited from NameObjectCollectionBase) | |
BaseClear (inherited from NameObjectCollectionBase) | |
BaseGet (inherited from NameObjectCollectionBase) | Overloaded. |
BaseGetAllKeys (inherited from NameObjectCollectionBase) | |
BaseGetAllValues (inherited from NameObjectCollectionBase) | Overloaded. |
BaseGetKey (inherited from NameObjectCollectionBase) | |
BaseHasKeys (inherited from NameObjectCollectionBase) | |
BaseRemove (inherited from NameObjectCollectionBase) | |
BaseRemoveAt (inherited from NameObjectCollectionBase) | |
BaseSet (inherited from NameObjectCollectionBase) | Overloaded. |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
UploadedFileCollection Class | Brettle.Web.NeatUpload Namespace