SPWebPartCollection.DeleteAllPersonalizations method

NOTE: This API is now obsolete.

Obsolete. Deletes all personalizations by all users from the collection.

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

Syntax

'Declaration
<ObsoleteAttribute("Use SPLimitedWebPartManager instead.")> _
Public Sub DeleteAllPersonalizations
'Usage
Dim instance As SPWebPartCollection

instance.DeleteAllPersonalizations()
[ObsoleteAttribute("Use SPLimitedWebPartManager instead.")]
public void DeleteAllPersonalizations()

Remarks

The DeleteAllPersonalizations method removes only the personalizations of the current user if the collection pertains to a single user. Otherwise, this method removes personalizations for all users.

See also

Reference

SPWebPartCollection class

SPWebPartCollection members

DeleteAllPersonalizations overload

Microsoft.SharePoint namespace