SPFolder.Update method
Updates the database with changes made to the folder.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Update
'Usage
Dim instance As SPFolder
instance.Update()
public void Update()
Remarks
This method updates the latest changes made to the folder to the database, and then sets the status of the folder as modified.