WebPartPersonalization Properties

 

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyCanEnterSharedScope

Returns a value indicating whether the user is authorized to enter Shared scope.

System_CAPS_pubpropertyEnabled

Returns a value indicating whether personalization is requested to be enabled for the associated WebPartManager control.

System_CAPS_pubpropertyHasPersonalizationState

Returns a value indicating whether the current page and personalization scope have associated personalization data.

System_CAPS_pubpropertyInitialScope

Gets or sets the default personalization scope.

System_CAPS_pubpropertyIsEnabled

Gets a value that indicates whether personalization is enabled and has successfully loaded personalization data for this instance of the WebPartPersonalization class.

System_CAPS_protpropertyIsInitialized

Gets a value that indicates whether personalization is enabled and has successfully loaded personalization data for this instance of the WebPartPersonalization class.

System_CAPS_pubpropertyIsModifiable

Gets a value that indicates whether the current user is authorized to modify state information.

System_CAPS_pubpropertyProviderName

Gets or sets the provider name for personalization.

System_CAPS_pubpropertyScope

Gets the current personalization scope for the parent WebPartManager control.

System_CAPS_protpropertyShouldResetPersonalizationState

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).

System_CAPS_protpropertyUserCapabilities

Gets the set of user capabilities from WebPartUserCapability granted to the current user.

System_CAPS_protpropertyWebPartManager

Gets an instance of the current parent WebPartManager control associated with this WebPartPersonalization instance.

Return to top
Show: