The following tables list the members exposed by VideoPlayerLinkedSourceCollection.
Name | Description | |
---|---|---|
![]() | VideoPlayerLinkedSourceCollection 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 VideoPlayerLinkedSource to the collection. |
![]() | Clear | Clear the collection items. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) |
![]() | Contains | Overloaded. Returns true if the collection contains the VideoPlayerLinkedSource. |
![]() | 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 VideoPlayerLinkedSource in the collection. |
![]() | Insert | Overloaded. Inserts the VideoPlayerLinkedSource to the underlying collection ArrayList |
![]() | Remove | Overloaded. Removes the VideoPlayerLinkedSource from the collection. |
![]() | RemoveAt | Remove an item from the collection. (Inherited from Infragistics.Web.UI.Framework.ClientObjectCollection) |