Returns all contacts identified by the address keys in the argument addressKeys
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_22.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_22.1.0.0.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax
public static IEnumerable<Contact> GetContactData( IEnumerable<string> addressKeys, ODataService ctx )
Parameters
- addressKeys
- Type: System.Collections.GenericIEnumerableString
The addresskeys of the items to return - ctx
- Type: ODataService
Odata context to use for getting the contacts
Return Value
Type: IEnumerableContact[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.SimpleMassDispatcherActivity.GetContactData(System.Collections.Generic.IEnumerable{System.String},Scanjour.Process.OData.Client.Proxy.ODataService)"]
See Also