ServiceFunctionsAddcontacts Method

Scanjour Workflow4 Reference Manual
Add a contact to a contact array

Namespace:  Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static Contact[] Addcontacts(
	Contact[] contacts,
	Contact contact,
	bool InFront = false
)

Parameters

contacts
Type: Contact
The contact list.
contact
Type: Contact
The contact to add.
InFront (Optional)
Type: SystemBoolean
Add the contact as first contact

Return Value

Type: Contact
THe new contact list.
See Also

Reference