ProcessLabelsGetProcessLabels Method (ODataService, String, String)

Scanjour Workflow4 Reference Manual
Get labels for process

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

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

Parameters

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

Return Value

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

Reference