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: 19.0.1.0 (19.0.1.0)
Syntax
public void SetupEnvironment( ICredentials credentials = null, bool useSSL = false, Uri pdfServiceUri = null )
Parameters
- credentials (Optional)
- Type: System.NetICredentials
Credentials used for the OData context. - useSSL (Optional)
- Type: SystemBoolean
Boolean determining if SSL should be used for communication. - pdfServiceUri (Optional)
- Type: SystemUri
The Uri to the PDF service.
See Also