Update method

Updates the eRoom server with changes as follows:

For this interface

The Update method updates the server with these changes

IERUCustomFieldSet

Updates all the Custom Fields in the Custom Field Set.

IERUDBRow

Updates all the Database Cells in a Database Row.

IERUDirectoryConnection

Updates this connection by committing all changes made to it.

IERURoutingSource

Updates all Routing Targets in the Folder Page or Inbox Page.

IERUStationeryManager

Updates all changes to Stationery objects in the Folder Page.

Syntax


C++:

HRESULT Update ()

Scripting languages

Object.Update

Parameters


None.

Return value


C++

The return code.

Scripting languages

None.

Remarks


Changes made to Database Cells by setting their Content properties are not updated on the server until you call Update on the Database Row that contains the Cell.

Changes made to Custom Fields by setting their Content properties are not updated on the server until Update is called on the Custom Field Set.

Changes made to Routing Targets by calling the CreateRoutingTarget, Delete, SetTargetPosition, or Clear methods are not updated to the server until you call Update on the Routing Source that contains the Routing Target.

Changes made to Stationery objects by calling the CreateStationery, Delete, SetStationeryPosition, or Clear methods are not updated to the server until you call Update on the Stationery Manager that contains the Stationery.

Home

Applies to

IERUCustomFieldSet

IERUDBRow

IERUDirectoryConnection

IERURoutingSource

IERUStationeryManager