SPUserCodeWebPart.IPersonalizable.Load method

Loads custom data to the SPUserCodeWebPart.

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

Syntax

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

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

Parameters

Implements

IPersonalizable.Load(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