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.
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.Booleantrue 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. |