ProcessLabelsGetProcessLabels(ODataService, String, String) Method
Get labels for process
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static Dictionary<string, string> GetProcessLabels(
ODataService ctx,
string processId,
string cultureName
)
Public Shared Function GetProcessLabels (
ctx As ODataService,
processId As String,
cultureName As String
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ GetProcessLabels(
ODataService^ ctx,
String^ processId,
String^ cultureName
)
static member GetProcessLabels :
ctx : ODataService *
processId : string *
cultureName : string -> Dictionary<string, string>
- 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.
DictionaryString,
StringThe labels and global labels for the process.