SocialFeedManager.GetPreview - Méthode
Génère une pièce jointe vidéo dans un billet.
Espace de noms : Microsoft.SharePoint.Client.Social
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function GetPreview ( _
itemUrl As String _
) As ClientResult(Of SocialAttachment)
'Utilisation
Dim instance As SocialFeedManager
Dim itemUrl As String
Dim returnValue As ClientResult(Of SocialAttachment)
returnValue = instance.GetPreview(itemUrl)
public ClientResult<SocialAttachment> GetPreview(
string itemUrl
)
Paramètres
itemUrl
Type : System.StringL'URL de la vidéo.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<SocialAttachment>