SPSocialFeedManager constructor (UserProfile, SPServiceContext)

Initializes a new instance of the SPSocialFeedManager class for the specified user and service context.

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 _
)
'Usage
Dim profile As UserProfile
Dim context As SPServiceContext

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

Parameters

See also

Reference

SPSocialFeedManager class

SPSocialFeedManager members

SPSocialFeedManager overload

Microsoft.Office.Server.Social namespace