SPLimitedWebPartManager.HasPersonalizedParts Property

Gets the Boolean value for HasPersonalizedParts.

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

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property HasPersonalizedParts As Boolean
    Get
'Usage
Dim instance As SPLimitedWebPartManager
Dim value As Boolean

value = instance.HasPersonalizedParts
[ClientCallableAttribute]
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