Version

FileUploadExtensionIconCollection Class Members

The following tables list the members exposed by FileUploadExtensionIconCollection.

Public Constructors
 NameDescription
Public ConstructorFileUploadExtensionIconCollection ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCountGet the number of items in the collection (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
Public PropertyIsEmptyReturns true if the collection is empty. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
Public PropertyIsReadOnlyGet whether the collection is ReadOnly (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
Public PropertyIsSynchronizedReturns whether the collection is synchornized (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
Public PropertyItemGets the collection of Items in the control.  
Public PropertyOwnerReturns the owner item that contains the collection. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
Public PropertySyncRootGet the synchronization object if the collection is synchronized. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
Protected Properties
 NameDescription
Protected PropertyListReturns the list of objects (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
Public Methods
 NameDescription
Public MethodAddOverloaded. Appends the FileUploadExtensionIcon to the collection.  
Public MethodClearClear the collection items. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
Public MethodContainsOverloaded. Returns true if the collection contains the FileUploadExtensionIcon.  
Public MethodCopyToOverloaded. Copy the contents of the collection to an array of ClientObjectBase objects. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
Public MethodGetEnumeratorReturn an enumerator (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
Public MethodIndexOfOverloaded. Returns the index of the FileUploadExtensionIcon in the collection.  
Public MethodInsertOverloaded. Inserts the FileUploadExtensionIcon to the underlying collection ArrayList  
Public MethodRemoveOverloaded. Removes the FileUploadExtensionIcon from the collection.  
Public MethodRemoveAtRemove an item from the collection. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
See Also