Version

VideoPlayerBookmarkCollection Class Members

The following tables list the members exposed by VideoPlayerBookmarkCollection.

Public Constructors
 NameDescription
Public ConstructorVideoPlayerBookmarkCollection 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 VideoPlayerBookmark to the collection.  
Public MethodClearClear the collection items. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
Public MethodContainsOverloaded. Returns true if the collection contains the VideoPlayerBookmark.  
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 VideoPlayerBookmark in the collection.  
Public MethodInsertOverloaded. Inserts the VideoPlayerBookmark to the underlying collection ArrayList  
Public MethodRemoveOverloaded. Removes the VideoPlayerBookmark from the collection.  
Public MethodRemoveAtRemove an item from the collection. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection)
See Also