Add a contact to a contact array
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.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: ContactTHe new contact list.
See Also