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

Gets all the information related to a particular event identified by a GroupId.

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

Syntax

C#
public EventInfo GetEvent(
	int eventId,
	TimeZoneInfo userTz,
	int userId
)
Visual Basic (Declaration)
Public Function GetEvent ( _
	eventId As Integer, _
	userTz As TimeZoneInfo, _
	userId As Integer _
) As EventInfo
Visual C++
public:
EventInfo^ GetEvent(
	int eventId, 
	TimeZoneInfo^ userTz, 
	int userId
)

Parameters

eventId
Type: System..::.Int32
Id of the event for which all the details have to be retieved.
userTz
Type: OfficeClip.Utils..::.TimeZoneInfo
The user timezone
userId
Type: System..::.Int32
The unique id of the current user

Return Value

Instance of EventInfo object containing all the information of a particular event.

See Also