IProcessService.GetDefinitionsForContext Method

Scanjour Workflow4 Reference Manual
Gets the definitions for context.

Namespace:  Scanjour.Workflow4.Web.Services
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

ProcessDefinition[] GetDefinitionsForContext(
	string register,
	string systemKey,
	string tags
)

Parameters

register
Type: System.String
The register.
systemKey
Type: System.String
The system key.
tags
Type: System.String
The tags.

Return Value

Type:ProcessDefinition[]

[Missing <returns> documentation for "M:Scanjour.Workflow4.Web.Services.IProcessService.GetDefinitionsForContext(System.String,System.String,System.String)"]

See Also

Reference