The following tables list the members exposed by FileUploadExtensionCollection.
Name | Description | |
---|---|---|
FileUploadExtensionCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Get the number of items in the collection (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) | |
IsEmpty | Returns true if the collection is empty. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) | |
IsReadOnly | Get whether the collection is ReadOnly (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) | |
IsSynchronized | Returns whether the collection is synchornized (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) | |
Item | Gets the collection of Items in the control. | |
Owner | Returns the owner item that contains the collection. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) | |
SyncRoot | Get the synchronization object if the collection is synchronized. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) |
Name | Description | |
---|---|---|
List | Returns the list of objects (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) |
Name | Description | |
---|---|---|
Add | Overloaded. Appends the FileUploadExtension to the collection. | |
Clear | Clear the collection items. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) | |
Contains | Overloaded. Returns true if the collection contains the FileUploadExtension. | |
CopyTo | Overloaded. Copy the contents of the collection to an array of ClientObjectBase objects. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) | |
GetEnumerator | Return an enumerator (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) | |
IndexOf | Overloaded. Returns the index of the FileUploadExtension in the collection. | |
Insert | Overloaded. Inserts the FileUploadExtension to the underlying collection ArrayList | |
Remove | Overloaded. Removes the FileUploadExtension from the collection. | |
RemoveAt | Remove an item from the collection. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) |