WorkflowHostGetDefaultArguments Method |
Gets the default arguments.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic IEnumerable<ActivityArgumentData> GetDefaultArguments(
Uri oDataUri,
string workflowId,
bool checkAssemblies
)
Public Function GetDefaultArguments (
oDataUri As Uri,
workflowId As String,
checkAssemblies As Boolean
) As IEnumerable(Of ActivityArgumentData)
public:
IEnumerable<ActivityArgumentData^>^ GetDefaultArguments(
Uri^ oDataUri,
String^ workflowId,
bool checkAssemblies
)
member GetDefaultArguments :
oDataUri : Uri *
workflowId : string *
checkAssemblies : bool -> IEnumerable<ActivityArgumentData>
Parameters
- oDataUri Uri
- The Odata Uri.
- workflowId String
- The workflow identifier.
- checkAssemblies Boolean
- Check for new assemblies in wzp_assembly
Return Value
IEnumerableActivityArgumentDataInformation about default workflow arguments.
See Also