SPSocialFeedManager constructor (UserProfile, SPServiceContext, SPUserToken)

Initializes a new instance of the SPSocialFeedManager class with the specified user, service context, and authentication token.

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

Syntax

'Declaration
Public Sub New ( _
    profile As UserProfile, _
    context As SPServiceContext, _
    userToken As SPUserToken _
)
'Usage
Dim profile As UserProfile
Dim context As SPServiceContext
Dim userToken As SPUserToken

Dim instance As New SPSocialFeedManager(profile, _
    context, userToken)
public SPSocialFeedManager(
    UserProfile profile,
    SPServiceContext context,
    SPUserToken userToken
)

Parameters

See also

Reference

SPSocialFeedManager class

SPSocialFeedManager members

SPSocialFeedManager overload

Microsoft.Office.Server.Social namespace