ServiceFunctionsGetContactByName Method |
Gets contact from name or namecode
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: 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)
Syntaxpublic static Contact GetContactByName(
ODataService ctx,
string userName
)
Public Shared Function GetContactByName (
ctx As ODataService,
userName As String
) As Contact
public:
static Contact^ GetContactByName(
ODataService^ ctx,
String^ userName
)
static member GetContactByName :
ctx : ODataService *
userName : string -> Contact
Parameters
- ctx ODataService
- The odata service
- userName String
- The name to look up
Return Value
ContactAn contact if found, else null.
See Also