HistoryActivityFunctionsUpdateHistory Method

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

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: 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)
C#
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