NeatUpload Documentation

UploadedFileCollection Members

UploadedFileCollection overview

Public Instance Properties

AllKeys The UniqueIDs of all of the controls with files in this collection.
Count (inherited from NameObjectCollectionBase) 
ItemOverloaded. 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) 

Public Instance Methods

Equals (inherited from Object) 
GetOverloaded. 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) 

Protected Instance Constructors

UploadedFileCollection Constructor

Protected Instance Properties

IsReadOnly (inherited from NameObjectCollectionBase) 

Protected Instance Methods

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) 

See Also

UploadedFileCollection Class | Brettle.Web.NeatUpload Namespace