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

Adds new events in the database that corresponds to this object

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

Syntax

C#
public OCMap[] AddNewDb(
	int groupId,
	int userId,
	OCPrivateEvents ocge,
	TimeZoneInfo userTz
)
Visual Basic (Declaration)
Public Function AddNewDb ( _
	groupId As Integer, _
	userId As Integer, _
	ocge As OCPrivateEvents, _
	userTz As TimeZoneInfo _
) As OCMap()
Visual C++
public:
array<OCMap^>^ AddNewDb(
	int groupId, 
	int userId, 
	OCPrivateEvents^ ocge, 
	TimeZoneInfo^ userTz
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
userId
Type: System..::.Int32
The unique id of the user
ocge
Type: OfficeClip.BusinessLayer.Service..::.OCPrivateEvents
The OfficeClip private event object
userTz
Type: OfficeClip.Utils..::.TimeZoneInfo
The user time zone

Return Value

The array of the OfficeClip map object

See Also