PrivacyItemManagerBase<T> class

Provides methods and properties to add, delete, retrieve, set, change, and manage an item that is a privacy item.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.UserProfiles.PrivacyItemManagerBase<T>
    Microsoft.Office.Server.UserProfiles.ColleagueManager
    Microsoft.Office.Server.UserProfiles.MembershipManager
    Microsoft.Office.Server.UserProfiles.PersonalizationLinkManager
    Microsoft.Office.Server.UserProfiles.QuickLinkManager

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public MustInherit Class PrivacyItemManagerBase(Of T As PrivacyItem)
'Usage
Dim instance As PrivacyItemManagerBase(Of T)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public abstract class PrivacyItemManagerBase<T>
where T : PrivacyItem

Type parameters

  • T

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PrivacyItemManagerBase<T> members

Microsoft.Office.Server.UserProfiles namespace