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

Parameters

ost
Type: OfficeClip.Utils..::.OCServiceType
The OfficeClip service type
groupId
Type: System..::.Int32
The unique id of the group
userDetailId
Type: System..::.Int32
The unique id of the user detail
userInfos
Type: array<OfficeClip.BusinessLayer.Account..::.UserInfo>[]()[]
The user information array

See Also