Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads custom data to the SPUserCodeWebPart.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
state
Type: System.Web.UI.WebControls.WebParts.PersonalizationDictionaryThe object that contains the custom data.
Implements
IPersonalizable.Load(PersonalizationDictionary)
Remarks
This method can be invoked only when the SPUserCodeWebPart instance is cast to an IPersonalizable interface.