ServiceFunctionsGetContactByNameCodes Method

Scanjour Workflow4 Reference Manual
Get contacts from name types and namecodes.

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 List<Contact> GetContactByNameCodes(
	ODataService ctx,
	string nameCodes
)

Parameters

ctx
Type: ODataService
The OData context.
nameCodes
Type: SystemString
The name type and name codes separated by ; (type-code;type-code;).

Return Value

Type: ListContact

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ServiceProcess.ServiceFunctions.GetContactByNameCodes(Scanjour.Process.OData.Client.Proxy.ODataService,System.String)"]

See Also

Reference