SPField.Update method (Boolean)

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)

Syntax

'Declaration
Public Sub Update ( _
    pushChangesToLists As Boolean _
)
'Usage
Dim instance As SPField
Dim pushChangesToLists As Boolean

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

Parameters

  • pushChangesToLists
    Type: System.Boolean

    true to propagate changes to lists that implement the field; otherwise, false.

Exceptions

Exception Condition
SPException

An error was encountered during the operation.

See also

Reference

SPField class

SPField members

Update overload

Microsoft.SharePoint namespace