Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
SPField Class
SPField Methods
Update Method
 Update Method (Boolean)

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
SPField.Update Method (Boolean) (Microsoft.SharePoint)
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)
Visual Basic (Declaration)
Public Sub Update ( _
    pushChangesToLists As Boolean _
)
Visual Basic (Usage)
Dim instance As SPField
Dim pushChangesToLists As Boolean

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

Parameters

pushChangesToLists

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

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker