WorkflowHostSetupEnvironment Method

Scanjour Workflow4 Reference Manual
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: 23.1.0.0 (23.1.0.0)
Syntax

public void SetupEnvironment(
	List<Uri> contentServerUris,
	Uri pdfServiceUri = null
)

Parameters

contentServerUris
Type: System.Collections.GenericListUri
Uri specifying the location of the content server
pdfServiceUri (Optional)
Type: SystemUri
The Uri to the PDF service.
See Also

Reference