WebPartPersonalization Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CanEnterSharedScope | Returns a value indicating whether the user is authorized to enter Shared scope. |
| Enabled | Returns a value indicating whether personalization is requested to be enabled for the associated WebPartManager control. |
| HasPersonalizationState | Returns a value indicating whether the current page and personalization scope have associated personalization data. |
| InitialScope | Gets or sets the default personalization scope. |
| IsEnabled | Gets a value that indicates whether personalization is enabled and has successfully loaded personalization data for this instance of the WebPartPersonalization class. |
| IsModifiable | Gets a value that indicates whether the current user is authorized to modify state information. |
| ProviderName | Gets or sets the provider name for personalization. |
| Scope | Gets the current personalization scope for the parent WebPartManager control. |
| Name | Description | |
|---|---|---|
| IsInitialized | Gets a value that indicates whether personalization is enabled and has successfully loaded personalization data for this instance of the WebPartPersonalization class. |
| ShouldResetPersonalizationState | Gets or sets a value that indicates whether the personalization data of the current page has been reset (for example, a request was made to delete the personalization data from the underlying data store). |
| UserCapabilities | Gets the set of user capabilities from WebPartUserCapability granted to the current user. |
| WebPartManager | Gets an instance of the current parent WebPartManager control associated with this WebPartPersonalization instance. |
Community Additions
ADD
Show: