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.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class PersonalizationLinkManager _
    Inherits PrivacyItemManagerBase(Of PersonalizationLink)
'Usage
Dim instance As PersonalizationLinkManager
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, 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 and Writing Policy-Compliant Code. 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.

See also

Reference

PersonalizationLinkManager members

Microsoft.Office.Server.UserProfiles namespace