ProcessLabelsGetWorkflowLabel Method |
Gets a label corresponding to labelName for a process instance with workflowInstanceId in all supported cultures
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static Dictionary<string, string> GetWorkflowLabel(
ODataService ctx,
string workflowInstanceId,
string labelName
)
Public Shared Function GetWorkflowLabel (
ctx As ODataService,
workflowInstanceId As String,
labelName As String
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ GetWorkflowLabel(
ODataService^ ctx,
String^ workflowInstanceId,
String^ labelName
)
static member GetWorkflowLabel :
ctx : ODataService *
workflowInstanceId : string *
labelName : string -> Dictionary<string, string>
Parameters
- ctx ODataService
- The Odata service
- workflowInstanceId String
- ID of the workflow instance, for which the label is to be loaded
- labelName String
- Key of the label to be loaded
Return Value
DictionaryString,
StringLocalized texts for the
labelName
See Also