Share via


SPWebPartManager.IsCustomPersonalizationStateDirty Property

Gets a value that indicates whether personalization changes have been made that affect page-level personalization details controlled by the SPWebPartManager control.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online

Syntax

'Declaration
Protected Overrides ReadOnly Property IsCustomPersonalizationStateDirty As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.IsCustomPersonalizationStateDirty
protected override bool IsCustomPersonalizationStateDirty { get; }

Property Value

Type: System.Boolean
true if the custom personalization changes have been made that affect page-level personalization details controlled by the SPWebPartManager control; otherwise, false.

See Also

Reference

SPWebPartManager Class

SPWebPartManager Members

Microsoft.SharePoint.WebPartPages Namespace