[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 OCPrivateEvents(
	int userId,
	OCEvent[] events
)
Visual Basic (Declaration)
Public Sub New ( _
	userId As Integer, _
	events As OCEvent() _
)
Visual C++
public:
OCPrivateEvents(
	int userId, 
	array<OCEvent^>^ events
)

Parameters

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

See Also