Gets the default arguments.
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public IEnumerable<ActivityArgumentData> GetDefaultArguments( Uri oDataUri, string workflowId, bool checkAssemblies )
Parameters
- oDataUri
- Type: SystemUri
The Odata Uri. - workflowId
- Type: SystemString
The workflow identifier. - checkAssemblies
- Type: SystemBoolean
Check for new assemblies in wzp_assembly
Return Value
Type: IEnumerableActivityArgumentDataInformation about default workflow arguments.
See Also