SPLimitedWebPartManager.HasPersonalizedParts property

Gets the Boolean value for HasPersonalizedParts.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property HasPersonalizedParts As Boolean
    Get
'Usage
Dim instance As SPLimitedWebPartManager
Dim value As Boolean

value = instance.HasPersonalizedParts
public bool HasPersonalizedParts { get; }

Property value

Type: System.Boolean

Remarks

True if the personalization scope of the WebPartPage is 'User' and the WebPartPage contains one or more personalized Web Parts. False if the personalization scope is 'User' but the WebPartPage contains no personalized Web Parts, or if the personalization scope is 'Shared'.

See also

Reference

SPLimitedWebPartManager class

SPLimitedWebPartManager members

Microsoft.SharePoint.WebPartPages namespace