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)

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