PersonalizationScope enumeration
Specifies the personalization scope for the LimitedWebPartManager object.
Namespace: Microsoft.SharePoint.Client.WebParts
Assembly: 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. |