HistoryActivityFunctionsUpdateHistory Method
Uodate the (localized) comment in an entry in the wzp_history register
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public static void UpdateHistory(
ActivityContext context,
string historyKey,
string comment,
string culture
)
Public Shared Sub UpdateHistory (
context As ActivityContext,
historyKey As String,
comment As String,
culture As String
)
public:
static void UpdateHistory(
ActivityContext^ context,
String^ historyKey,
String^ comment,
String^ culture
)
static member UpdateHistory :
context : ActivityContext *
historyKey : string *
comment : string *
culture : string -> unit
Parameters
- context ActivityContext
- The activity context.
- historyKey String
- The key in the wzp_history table.
- comment String
- A comment following the action.
- culture String
- The culture of the comment.