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

Parameters

userId
Type: System..::.Int32
The unique id of the user
eventInfos
Type: array<OfficeClip.BusinessLayer.Desktop..::.EventInfo>[]()[]
The array of event info to load values in the object

See Also