ServiceFunctionsGetContactByName Method

Scanjour Workflow4 Reference Manual
Gets contact from name or namecode

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 GetContactByName(
	ODataService ctx,
	string userName
)

Parameters

ctx
Type: ODataService
The odata service
userName
Type: SystemString
The name to look up

Return Value

Type: Contact
An contact if found, else null.
See Also

Reference