Get labels for process
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static Dictionary<string, string> GetProcessLabels( ODataService ctx, string processId, string packageFormGuid, 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. - packageFormGuid
- Type: SystemString
The form guid - cultureName
- Type: SystemString
The culture name.
Return Value
Type: DictionaryString, StringThe labels and global labels for the process.
See Also