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
state
Type: System.Web.UI.WebControls.WebParts.PersonalizationDictionaryThe object that contains the custom data.
Implements
IPersonalizable.Save(PersonalizationDictionary)
Remarks
This method can be invoked only when the SPUserCodeWebPart instance is cast to an IPersonalizable interface.