[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 OCUsers(
	OCServiceType ost,
	int groupId,
	OCUser[] users
)
Visual Basic (Declaration)
Public Sub New ( _
	ost As OCServiceType, _
	groupId As Integer, _
	users As OCUser() _
)
Visual C++
public:
OCUsers(
	OCServiceType ost, 
	int groupId, 
	array<OCUser^>^ users
)

Parameters

ost
Type: OfficeClip.Utils..::.OCServiceType
The OfficeClip service type
groupId
Type: System..::.Int32
the unique id of the group
users
Type: array<OfficeClip.BusinessLayer.Service..::.OCUser>[]()[]
The array of OfficeClip users

See Also