PersonalizationLinkManager Class
Represents the personalization link manager.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.UserProfiles.PrivacyItemManagerBase<PersonalizationLink>
Microsoft.Office.Server.UserProfiles.PersonalizationLinkManager
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class PersonalizationLinkManager _
Inherits PrivacyItemManagerBase(Of PersonalizationLink)
'Usage
Dim instance As PersonalizationLinkManager
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class PersonalizationLinkManager : PrivacyItemManagerBase<PersonalizationLink>
Remarks
For more information about personalization, see Personalizing Your Portal: Overview and My Site Overview.
For more information about privacy policies, see Privacy Policies. For a code example about how to set the privacy policy of a property, see How to: Set Privacy Policies for User Profile Properties.
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.