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)
'Declaration
Public Sub Update ( _
bFromMigration As Boolean _
)
'Usage
Dim instance As SPList
Dim bFromMigration As Boolean
instance.Update(bFromMigration)
public void Update(
bool bFromMigration
)
bFromMigration
Type: System.Booleantrue to include changes that result from data migration; otherwise, false.
Exception | Condition |
---|---|
Exception | The database could not be updated. -or- An error occurred while rolling back the changes. |