SPSocialFeedManager.GetPreviewImage method

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

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

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

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

Parameters

Return value

Type: System.IO.Stream

See also

Reference

SPSocialFeedManager class

SPSocialFeedManager members

Microsoft.Office.Server.Social namespace