ProcessLabelsGetProcessLabels Method

Scanjour Workflow4 Reference Manual
Get labels for process

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public static Dictionary<string, string> GetProcessLabels(
	ODataService ctx,
	string processId,
	string cultureName = null
)

Parameters

ctx
Type: ODataService
The Odata service.
processId
Type: SystemString
The process id. If this is NULL, all process labels will be retrieved.
cultureName (Optional)
Type: SystemString
The culture name.

Return Value

Type: DictionaryString, String
The labels and global labels for the process.
See Also

Reference