Click or drag to resize

WorkflowHostSetupEnvironment Method

Register the URL to the Workflow4 webservice, if any. This information will be used to supply activities with the URL to the associated OData service.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void SetupEnvironment(
	List<Uri> contentServerUris,
	Uri pdfServiceUri = null
)

Parameters

contentServerUris  ListUri
Uri specifying the location of the content server
pdfServiceUri  Uri  (Optional)
The Uri to the PDF service.
See Also