DispatcherFunctionsGetDigitalPostSender Method

Scanjour Workflow4 Reference Manual
Gets a digitalpost sender based on dispatcher id

Namespace:  Scanjour.Workflow4.ActivityLibrary
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 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: IDigitalPostSender
A DigitalPostSender
See Also

Reference