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

Updates back the information related to a particular event into the database for a particular user.

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

Syntax

C#
public int UpdateEvent(
	EventInfo ei,
	ConfigureInfo session,
	ref DateTime lastModifiedTime
)
Visual Basic (Declaration)
Public Function UpdateEvent ( _
	ei As EventInfo, _
	session As ConfigureInfo, _
	ByRef lastModifiedTime As DateTime _
) As Integer
Visual C++
public:
int UpdateEvent(
	EventInfo^ ei, 
	ConfigureInfo^ session, 
	DateTime% lastModifiedTime
)

Parameters

ei
Type: OfficeClip.BusinessLayer.Desktop..::.EventInfo
Instance of EventInfo object containing all the information related to a particular event. EventInfo
session
Type: OfficeClip.Utils..::.ConfigureInfo
The current login session
lastModifiedTime
Type: System..::.DateTime%
The time of last modification

Return Value

Id of the event being updated if successful, otherwise -1.

See Also