Click or drag to resize

ProcessLabelsGetProcessLabels(ODataService, String, String) Method

Get labels for process

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static Dictionary<string, string> GetProcessLabels(
	ODataService ctx,
	string processId,
	string cultureName
)

Parameters

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

Return Value

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