SPList.Update Method (Boolean)

Updates the database with changes that are made to the list, optionally including changes that result from data migration.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Sub Update ( _
    bFromMigration As Boolean _
)
'Usage
Dim instance As SPList
Dim bFromMigration As Boolean

instance.Update(bFromMigration)
public void Update(
    bool bFromMigration
)

Parameters

  • bFromMigration
    Type: System.Boolean

    true to include changes that result from data migration; otherwise, false.

Exceptions

Exception Condition
Exception

The database could not be updated.

-or-

An error occurred while rolling back the changes.

See Also

Reference

SPList Class

SPList Members

Update Overload

Microsoft.SharePoint Namespace