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