SocialFeedManager.GetPreviewImage method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Function GetPreviewImage ( _
    url As String, _
    key As String, _
    iv As String _
) As ClientResult(Of Stream)
'Usage
Dim instance As SocialFeedManager
Dim url As String
Dim key As String
Dim iv As String
Dim returnValue As ClientResult(Of Stream)

returnValue = instance.GetPreviewImage(url, _
    key, iv)
public ClientResult<Stream> GetPreviewImage(
    string url,
    string key,
    string iv
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Stream>

See also

Reference

SocialFeedManager class

SocialFeedManager members

Microsoft.SharePoint.Client.Social namespace