Version

VideoPlayerCommercials Class Members

The following tables list the members exposed by VideoPlayerCommercials.

Public Constructors
 NameDescription
Public ConstructorVideoPlayerCommercials ConstructorDefault constructor  
Public Properties
 NameDescription
Public PropertyAdMessageAnimateGet or set whether to animate the showing of the ad message.  
Public PropertyAdMessageAutoHideGet or set whether the ad message will auto hide.  
Public PropertyAdMessageHideDelayGet or set the ad message hide delay.  
Public PropertyAlwaysPlayCommercialsGet or set whether the commercials will always play or not.  
Public PropertyEmbeddedCommercialsReturns a collection of VideoPlayerEmbeddedCommercial objects that mark start value and end value for a commercial range. The values are in seconds.  
Public PropertyIsEmptyChecks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Public PropertyLinkedCommercialsReturns a collection of VideoPlayerAdSource objects that will define commercials that play during the video.  
Public PropertyShowBookmarksGet or set whether to show commercial locations or not.  
Protected Properties
 NameDescription
Protected PropertyHasViewStateReturns true if ViewState has been initialized (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected PropertyViewStateReturns a StateBag for the ViewState (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Public Methods
 NameDescription
Public MethodToStringReturns whether the object has non-default values.  
Protected Methods
 NameDescription
Protected MethodLoadViewStateOverridden. Load data modified at run time.  
Protected MethodOnPropertyChangeOverloaded. Virtual method that is called whenever a server state property within the object has been changed. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodSaveViewStateOverridden. Save data modified at run time.  
Protected MethodSetValueOverloaded. Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodToOptionOverridden. Returns this object as option for jquery init  
Protected MethodTrackViewStateOverridden. Enables view state tracking for sub-objects  
See Also