MediaFieldControl.TemplateSource Property
A URL reference to a XAML document containing a ControlTemplate definition to be used as the media player's "style" or "skin".
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property TemplateSource As String
Get
Set
'Usage
Dim instance As MediaFieldControl
Dim value As String
value = instance.TemplateSource
instance.TemplateSource = value
public string TemplateSource { get; set; }
Property Value
Type: System.String
Returns String.
Remarks
If a TemplateSource value is specified by the MediaFieldValue, it will take precedence over this setting unless the PresentationLocked property is set to true.