WebPartZone.AllowPersonalization Property

Gets or sets a value indicating whether Web Parts within the zone can be modified in the user interface for individual users.

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

Syntax

'Declaration
Public Property AllowPersonalization As Boolean
    Get
    Set
'Usage
Dim instance As WebPartZone
Dim value As Boolean

value = instance.AllowPersonalization

instance.AllowPersonalization = value
public bool AllowPersonalization { get; set; }

Property Value

Type: System.Boolean
true to allow modification by individual users; otherwise, false.

Remarks

Beginning with Windows SharePoint Services 3.0, personalization is blocked at the user interface level only. This is a change from Windows SharePoint Services 2.0, when it was blocked at both the user interface and the object model level. 

The AllowPersonalization property will return the current property setting if called without a parameter.

See Also

Reference

WebPartZone Class

WebPartZone Members

Microsoft.SharePoint.WebPartPages Namespace