Share via


SPUserCodeWebPart.IPersonalizable.Save Method

Saves custom properties and internal state information in the control's PersonalizationDictionary object.

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

Syntax

'Declaration
Private Sub Save ( _
    state As PersonalizationDictionary _
) Implements IPersonalizable.Save
'Usage
Dim instance As SPUserCodeWebPart
Dim state As PersonalizationDictionary

CType(instance, IPersonalizable).Save(state)
void IPersonalizable.Save(
    PersonalizationDictionary state
)

Parameters

Implements

IPersonalizable.Save(PersonalizationDictionary)

Remarks

This method can be invoked only when the SPUserCodeWebPart instance is cast to an IPersonalizable interface.

See Also

Reference

SPUserCodeWebPart Class

SPUserCodeWebPart Members

Microsoft.SharePoint.WebPartPages Namespace