SPSocialFeedManager.GetPreview - Méthode
Génère une pièce jointe vidéo pour un billet microblog.
Espace de noms : Microsoft.Office.Server.Social
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function GetPreview ( _
itemUrl As String _
) As SPSocialAttachment
'Utilisation
Dim instance As SPSocialFeedManager
Dim itemUrl As String
Dim returnValue As SPSocialAttachment
returnValue = instance.GetPreview(itemUrl)
public SPSocialAttachment GetPreview(
string itemUrl
)
Paramètres
itemUrl
Type : System.StringL'URL de la vidéo.
Valeur renvoyée
Type : Microsoft.Office.Server.Social.SPSocialAttachment