Click or drag to resize

HistoryActivityFunctionsUpdateHistory Method

Uodate the (localized) comment in an entry in the wzp_history register

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static void UpdateHistory(
	ActivityContext context,
	string historyKey,
	string comment,
	string culture
)

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.
See Also