CommonDatabaseFunctionsAddCaseUpdateCode Method
Adds an update code to a case.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static string AddCaseUpdateCode(
ODataService ctx,
string caseId,
string updateCode
)
Public Shared Function AddCaseUpdateCode (
ctx As ODataService,
caseId As String,
updateCode As String
) As String
public:
static String^ AddCaseUpdateCode(
ODataService^ ctx,
String^ caseId,
String^ updateCode
)
static member AddCaseUpdateCode :
ctx : ODataService *
caseId : string *
updateCode : string -> string
- ctx ODataService
- The OData Service.
- caseId String
- Identity of the case on which the update code will be added.
- updateCode String
- The update code that will be added to the case.
StringThe update code of the casebefore this method was invoked.