Click or drag to resize

ServiceFunctionsGetContactByNameCodes Method

Get contacts from name types and namecodes.

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static List<Contact> GetContactByNameCodes(
	ODataService ctx,
	string nameCodes
)

Parameters

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

Return Value

ListContact

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

See Also