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

Constructor to load the values of the object

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

Syntax

C#
public OCGroupEvents(
	int groupId,
	OCEvent[] events
)
Visual Basic (Declaration)
Public Sub New ( _
	groupId As Integer, _
	events As OCEvent() _
)
Visual C++
public:
OCGroupEvents(
	int groupId, 
	array<OCEvent^>^ events
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
events
Type: array<OfficeClip.BusinessLayer.Service..::.OCEvent>[]()[]
The array of events

See Also