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

Constructor to create an instance from the database

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

Syntax

C#
public OCGroupEvents Populate(
	int groupId,
	int userId,
	TimeZoneInfo userTz,
	TimeZoneInfo serverTz
)
Visual Basic (Declaration)
Public Function Populate ( _
	groupId As Integer, _
	userId As Integer, _
	userTz As TimeZoneInfo, _
	serverTz As TimeZoneInfo _
) As OCGroupEvents
Visual C++
public:
OCGroupEvents^ Populate(
	int groupId, 
	int userId, 
	TimeZoneInfo^ userTz, 
	TimeZoneInfo^ serverTz
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
userId
Type: System..::.Int32
The unique id of the user
userTz
Type: OfficeClip.Utils..::.TimeZoneInfo
The user timezone
serverTz
Type: OfficeClip.Utils..::.TimeZoneInfo
the server timezone

Return Value

The OfficeClip group events object

See Also