Gets a digitalpost sender based on dispatcher id
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static IDigitalPostSender GetDigitalPostSender( Uri oDataUri, string dispatcherId, IEnumerable<CustomParameter> parameters )
Parameters
- oDataUri
- Type: SystemUri
URI to the OData Service Endpoint. - dispatcherId
- Type: SystemString
DispatcherId - parameters
- Type: System.Collections.GenericIEnumerableCustomParameter
Custom parameters
Return Value
Type: IDigitalPostSenderA DigitalPostSender
See Also