[This is preliminary documentation and is subject to change.]

Updates the database from the created object

Namespace:  OfficeClip.DBLayer.Service
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public OCMap UpdateDb(
	int eventId,
	DBConstants..::.ProcessWhichEvent pwe,
	OCEvent oce,
	OCServiceImportPolicy policy,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function UpdateDb ( _
	eventId As Integer, _
	pwe As DBConstants..::.ProcessWhichEvent, _
	oce As OCEvent, _
	policy As OCServiceImportPolicy, _
	session As ConfigureInfo _
) As OCMap
Visual C++
public:
OCMap^ UpdateDb(
	int eventId, 
	DBConstants..::.ProcessWhichEvent pwe, 
	OCEvent^ oce, 
	OCServiceImportPolicy policy, 
	ConfigureInfo^ session
)

Parameters

eventId
Type: System..::.Int32
The unique id of the event to be updated
pwe
Type: OfficeClip.DBLayer..::.DBConstants..::.ProcessWhichEvent
Determines which event type to be updated
oce
Type: OfficeClip.BusinessLayer.Service..::.OCEvent
The OfficeClip Service Task Object
policy
Type: OfficeClip.Utils..::.OCServiceImportPolicy
The update policy
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

Returns success or failure values

See Also