EmbedCodeConfiguration.LinkToOwnerProfilePage property
Gets or sets whether to add a link to the profile page of the video owner 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 LinkToOwnerProfilePage As Boolean
Get
Set
'Usage
Dim instance As EmbedCodeConfiguration
Dim value As Boolean
value = instance.LinkToOwnerProfilePage
instance.LinkToOwnerProfilePage = value
public bool LinkToOwnerProfilePage { get; set; }
Property value
Type: System.Boolean
true if a link to the profile page of the video owner is added to the title bar of the media element; otherwise, false.
Remarks
If this value is not specified, its default value is false.
This property has no effect if the embedded media is not a VideoSet object, a child content type, no owner is specified for it, or the DisplayTitle property is false.