ClientApplicationWebPartBase.BeginSave Method

Represents the phase prior to extracting personalization data from a control.

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

Syntax

'Declaration
Public Sub BeginSave
'Usage
Dim instance As ClientApplicationWebPartBase

instance.BeginSave()
public void BeginSave()

Implements

ITrackingPersonalizable.BeginSave()

Exceptions

Exception Condition
SPException

No External Application Provider (EAP) has been enabled.

-or-

The External Application XML is too long.

Remarks

This implementation of BeginSave() verifies that an External Application Provider (EAP) has been enabled and that the maximum allowed length of the External Application XML has not been exceeded.

See Also

Reference

ClientApplicationWebPartBase Class

ClientApplicationWebPartBase Members

Microsoft.SharePoint.WebPartPages Namespace