SPSocialFeedManager-Konstruktor (UserProfile, SPServiceContext)
Initialisiert eine neue Instanz der SPSocialFeedManager -Klasse für den angegebenen Benutzer und dem Dienstkontext.
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
)
Parameter
profile
Typ: Microsoft.Office.Server.UserProfiles.UserProfileDas Benutzerprofil des Benutzers.
context
Typ: Microsoft.SharePoint.SPServiceContextDer Dienstkontext verwenden.