SPSocialFollowingManager constructor (UserProfile, SPServiceContext)

Initializes a new SPSocialFollowingManager instance 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 SPSocialFollowingManager(profile, _
    context)
public SPSocialFollowingManager(
    UserProfile profile,
    SPServiceContext context
)

Parameters

See also

Reference

SPSocialFollowingManager class

SPSocialFollowingManager members

SPSocialFollowingManager overload

Microsoft.Office.Server.Social namespace