WebPartPersonalization Members
.NET Framework 3.0
The following tables list the members exposed by the WebPartPersonalization type.
| Name | Description | |
|---|---|---|
| WebPartPersonalization | Initializes a new instance of the WebPartPersonalization class. |
| Name | Description | |
|---|---|---|
| EnterSharedScopeUserCapability | Represents the WebPartUserCapability instance of a user's authorization to enter Shared scope. |
| ModifyStateUserCapability | Represents the WebPartUserCapability instance of a user's authorization to modify personalization state. |
(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. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| EnsureEnabled | Ensures that the WebPartPersonalization instance has completed initialization or that the current user has rights to modify personalization state. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ResetPersonalizationState | Resets personalization data for the current page, scope, and user in the underlying data store. |
| ToggleScope | Switches the current page's personalization scope from User to Shared or from Shared to User. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| ApplyPersonalizationState | Overloaded. Applies personalization data to either a WebPartManager control associated with the WebPartPersonalization instance, or to a specific WebPart instance. |
| ChangeScope | Changes the current page's PersonalizationScope instance to the scope specified. |
| CopyPersonalizationState | Extracts the personalization state from one Web Parts control and applies it to a second Web Parts control. |
| ExtractPersonalizationState | Overloaded. Extracts personalization data from the parent WebPartManager control. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetAuthorizationFilter | Retrieves the authorization filter, if any, associated with the specified Web Parts control. |
| Load | Initializes personalization. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| Save | Saves personalization data for the current page, scope, and user to the underlying data store. |
| SetDirty | Overloaded. Marks the parent WebPartManager control as having personalization data that has changed (is "dirty"). |
Community Additions
ADD
Show: