EmbedCodeConfiguration.PreviewImagePath property
Gets or sets the URL for the preview image to display before the media plays.
Namespace: Microsoft.SharePoint.Client.Video
Assembly: Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.DocumentManagement.dll)
Syntax
'Declaration
Public Property PreviewImagePath As String
Get
Set
'Usage
Dim instance As EmbedCodeConfiguration
Dim value As String
value = instance.PreviewImagePath
instance.PreviewImagePath = value
public string PreviewImagePath { get; set; }
Property value
Type: System.String
The string that specifies the URL.
Remarks
Use this property if the default preview image for the media is not appropriate for the current context.