Share via


VideoSet.GetEmbedCode Method

Definition

[Microsoft.SharePoint.Client.Remote]
public static Microsoft.SharePoint.Client.ClientResult<string> GetEmbedCode (Microsoft.SharePoint.Client.ClientRuntimeContext context, string videoPath, Microsoft.SharePoint.Client.Video.EmbedCodeConfiguration properties);
static member GetEmbedCode : Microsoft.SharePoint.Client.ClientRuntimeContext * string * Microsoft.SharePoint.Client.Video.EmbedCodeConfiguration -> Microsoft.SharePoint.Client.ClientResult<string>
Public Shared Function GetEmbedCode (context As ClientRuntimeContext, videoPath As String, properties As EmbedCodeConfiguration) As ClientResult(Of String)

Parameters

videoPath
String

Returns

Attributes

Applies to