MediaFieldControl Members
Include Protected Members
Include Inherited Members
A field control capable of displaying the value of a Media field by using a media player.
The MediaFieldControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MediaFieldControl | Initializes a new instance of a MediaFieldControl object. |
Top
Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) | |
AllowFirstFocus | (Inherited from BaseFieldControl.) | |
AlternateTemplate | (Inherited from TemplateBasedControl.) | |
AlternateTemplateName | (Inherited from TemplateBasedControl.) | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
AutoPlay | Gets or sets whether the media should play automatically once the page has loaded. | |
BindingContainer | (Inherited from Control.) | |
CanCacheRenderedFieldValue | (Inherited from BaseFieldControl.) | |
ChildControlsCreated | (Inherited from Control.) | |
ClientID | (Inherited from Control.) | |
ClientIDSeparator | (Inherited from Control.) | |
Context | (Inherited from Control.) | |
ControlMode | (Inherited from FormComponent.) | |
Controls | (Inherited from TemplateBasedControl.) | |
ControlTemplate | (Inherited from TemplateBasedControl.) | |
CssClass | (Inherited from BaseFieldControl.) | |
CustomAlternateTemplate | (Inherited from TemplateBasedControl.) | |
CustomTemplate | (Inherited from TemplateBasedControl.) | |
DefaultAlternateTemplateName | (Inherited from TemplateBasedControl.) | |
DefaultTemplateName | (Inherited from TemplateBasedControl.) | |
DesignMode | (Inherited from Control.) | |
DisableInputFieldLabel | (Inherited from BaseFieldControl.) | |
DisplayMode | Gets or sets the MediaDisplayMode in which to start the media player. | |
DisplaySize | (Inherited from FieldMetadata.) | |
DisplayTemplate | (Inherited from BaseFieldControl.) | |
DisplayTemplateName | (Inherited from BaseFieldControl.) | |
EnableTheming | (Inherited from Control.) | |
EnableViewState | (Inherited from Control.) | |
ErrorMessage | (Inherited from BaseFieldControl.) | |
Events | (Inherited from Control.) | |
Field | (Inherited from FieldMetadata.) | |
FieldName | (Inherited from FieldMetadata.) | |
Fields | (Inherited from FormComponent.) | |
HasChildViewState | (Inherited from Control.) | |
HasPostBackEditData | (Inherited from BaseFieldControl.) | |
Height | The width of the media player while being display inline with the rest of the page. | |
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
InDesign | (Inherited from SPControl.) | |
InputFieldLabel | (Inherited from BaseFieldControl.) | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsFieldValueCached | (Inherited from BaseFieldControl.) | |
IsInInlineEditMode | (Inherited from BaseFieldControl.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsValid | (Inherited from BaseFieldControl.) | |
IsViewStateEnabled | (Inherited from Control.) | |
Item | (Inherited from FormComponent.) | |
ItemContext | (Inherited from FormComponent.) | |
ItemFieldValue | (Inherited from BaseFieldControl.) | |
ItemId | (Inherited from FormComponent.) | |
ItemIdAsString | (Inherited from FormComponent.) | |
List | (Inherited from FormComponent.) | |
ListId | (Inherited from FormComponent.) | |
ListItem | (Inherited from FormComponent.) | |
ListItemFieldValue | (Inherited from BaseFieldControl.) | |
LoadViewStateByID | (Inherited from Control.) | |
Loop | Whether the media should restart automatically upon playing to completion. | |
MediaSource | Gets or sets a URL reference to the media. | |
NamingContainer | (Inherited from Control.) | |
Page | (Inherited from Control.) | |
PageUri | (Inherited from SPControl.) | |
Parent | (Inherited from Control.) | |
PresentationLocked | Gets or sets whether the presentation properties (TemplateSource, Width, Height) should be locked against editing by content authors. | |
PreviewImageSource | A URL reference to the media preview image. | |
PreviousControlMode | (Inherited from BaseFieldControl.) | |
RecurrenceID | (Inherited from FormComponent.) | |
RedirectUrl | (Inherited from FormComponent.) | |
RegisterAs | (Inherited from SPControl.) | |
RenderContext | (Inherited from TemplateBasedControl.) | |
RibbonCommand | (Inherited from FormComponent.) | |
RibbonContextualGroupCommand | (Inherited from FormComponent.) | |
RibbonGroupCommand | (Inherited from FormComponent.) | |
RibbonTabCommand | (Inherited from FormComponent.) | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from Control.) | |
TabIndex | (Inherited from BaseFieldControl.) | |
Template | (Inherited from TemplateBasedControl.) | |
TemplateContainer | (Inherited from TemplateBasedControl.) | |
TemplateControl | (Inherited from Control.) | |
TemplateName | (Inherited from TemplateBasedControl.) | |
TemplateOverride | (Inherited from TemplateBasedControl.) | |
TemplateSource | A URL reference to a XAML document containing a ControlTemplate definition to be used as the media player's "style" or "skin". | |
TemplateSourceDirectory | (Inherited from Control.) | |
Title | Gets or sets the title of the media. If a Title value is specified by the MediaFieldValue, it will take precedence over this setting. | |
UniqueID | (Inherited from Control.) | |
Value | Gets or sets the MediaFieldValue. (Overrides BaseFieldControl.Value.) | |
Version | (Inherited from TemplateBasedControl.) | |
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
Visible | (Inherited from BaseFieldControl.) | |
Web | (Inherited from TemplateBasedControl.) | |
Width | Represents the height of the media player while being displayed inline with the rest of the page. If a Height value is specified by the MediaFieldValue it will take precedence over this setting unless PresentationLocked is set to true. |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
DataBinding | (Inherited from Control.) | |
Disposed | (Inherited from Control.) | |
Init | (Inherited from Control.) | |
Load | (Inherited from Control.) | |
PreRender | (Inherited from Control.) | |
Unload | (Inherited from Control.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IParserAccessor.AddParsedSubObject | (Inherited from Control.) | |
IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) | |
IDataBindingsAccessor.DataBindings | (Inherited from Control.) | |
IExpressionsAccessor.Expressions | (Inherited from Control.) | |
IControlDesignerAccessor.GetDesignModeState | (Inherited from Control.) | |
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) | |
IExpressionsAccessor.HasExpressions | (Inherited from Control.) | |
IDesignerEventAccessor.OnDesignerLoad | (Inherited from SPControl.) | |
IDesignerEventAccessor.OnDesignerPreRender | (Inherited from SPControl.) | |
IControlDesignerAccessor.SetDesignModeState | (Inherited from Control.) | |
IControlDesignerAccessor.SetOwnerControl | (Inherited from Control.) | |
IControlDesignerAccessor.UserData | (Inherited from Control.) |
Top