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.Booleantrue to propagate changes to lists that implement the field; otherwise, false.
Exception | Condition |
---|---|
SPException | An error was encountered during the operation. |