Share via


EmbedCodeConfiguration.LinkToVideoHomePage property

Gets or sets whether to add a link to the video player page in the title bar of the media element.

Namespace:  Microsoft.Office.DocumentManagement.VideoSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.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.

See also

Reference

EmbedCodeConfiguration class

EmbedCodeConfiguration members

Microsoft.Office.DocumentManagement.VideoSets namespace