Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to add a link to the video player page in the title bar of the media element.
Namespace: Microsoft.SharePoint.Client.Video
Assembly: Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.DocumentManagement.dll)
Syntax
'Declaration
Public Property LinkToVideoHomePage As Boolean
Get
Set
'Usage
Dim instance As EmbedCodeConfiguration
Dim value As Boolean
value = instance.LinkToVideoHomePage
instance.LinkToVideoHomePage = value
public bool LinkToVideoHomePage { get; set; }
Property value
Type: System.Boolean
true if a link to the video player page is to be added to the title bar of the media element; otherwise, false.
Remarks
This property has no effect if the embedded media is not a VideoSet object, a child content type, or if the DisplayTitle property is false.