SocialCommentManager-Klasse

Enthält Methoden und Eigenschaften, die ermöglichen es Ihnen, hinzufügen, löschen, abrufen und verwalten sozialer Kommentare.

Vererbungshierarchie

System.Object
  Microsoft.Office.Server.SocialData.SocialDataManager
    Microsoft.Office.Server.SocialData.SocialCommentManager

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class SocialCommentManager _
    Inherits SocialDataManager
'Usage
Dim instance As SocialCommentManager
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class SocialCommentManager : SocialDataManager

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SocialCommentManager-Member

Microsoft.Office.Server.SocialData-Namespace