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)

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