PrivacyItemManagerBase<T> class
Fornece métodos e propriedades para adicionar, excluir, recuperar, definir, alterar e gerenciar um item é um item de privacidade.
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
'Declaração
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public MustInherit Class PrivacyItemManagerBase(Of T As PrivacyItem)
'Uso
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.