ProcessLabelsGetProcessLabels(ODataService, String, String, String) Method

Get labels for process

Definition

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

Parameters

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

Return Value

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

See Also