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