Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 field and optionally propagates the changes to lists that implement the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Sub Update ( _
pushChangesToLists As Boolean _
)
'Usage
Dim instance As SPField
Dim pushChangesToLists As Boolean
instance.Update(pushChangesToLists)
public void Update(
bool pushChangesToLists
)
pushChangesToLists
Type: System.Boolean
true to propagate changes to lists that implement the field; otherwise, false.
Exception | Condition |
---|---|
SPException | An error was encountered during the operation. |
Please sign in to use this experience.
Sign in