Copy assemblies from a package to the Web service folder if not up to date.
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax
public static bool CopyWorkflowDependenciesToWebserviceFolder( Uri oDataUri, string packageId )
Parameters
- oDataUri
- Type: SystemUri
The Odata Uri. - packageId
- Type: SystemString
The package id if assemblies from a specific package should be copied.
Return Value
Type: BooleanTrue if dispatcher assemblies are copied.
See Also