Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the personalization scope for the LimitedWebPartManager object.
Namespace: Microsoft.SharePoint.Client.WebParts
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration PersonalizationScope
'Usage
Dim instance As PersonalizationScope
public enum PersonalizationScope
Members
Member name | Description | |
---|---|---|
User | Personalization data that is user-specific, as well as personalization data that applies to all users, is loaded for all Web Parts on a Web Part Page that support personalization data. Only personalization data that is user-specific will be saved on the Web Part Page. The value = 0. | |
Shared | Personalization data that applies to all users is loaded for all Web Parts on a Web Part Page and is available to be saved on the Web Part Page. The value = 1. |