Get labels for process
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.0.1.0 (19.0.1.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
[Missing <param name="cultureName"/> documentation for "M:Scanjour.Workflow4.Base.ProcessLabels.GetProcessLabels(Scanjour.Process.OData.Client.Proxy.ODataService,System.String,System.String)"]
Return Value
Type: DictionaryString, StringThe labels and global labels for the process.
See Also