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

Constructor to load the values of the contacts

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

Syntax

C#
public OCContacts(
	int groupId,
	OCContact[] contacts,
	OCMetaInfo[] metaInfos
)
Visual Basic (Declaration)
Public Sub New ( _
	groupId As Integer, _
	contacts As OCContact(), _
	metaInfos As OCMetaInfo() _
)
Visual C++
public:
OCContacts(
	int groupId, 
	array<OCContact^>^ contacts, 
	array<OCMetaInfo^>^ metaInfos
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
contacts
Type: array<OfficeClip.BusinessLayer.Service..::.OCContact>[]()[]
The array of contact objects
metaInfos
Type: array<OfficeClip.BusinessLayer.Service..::.OCMetaInfo>[]()[]
The array of ocmetainfo objects

See Also