'Declaration Public Sub UnlockHistory( _ ByVal userAction As HistorySavedActionsEnum, _ ByVal historyItemCaption As String _ )
public void UnlockHistory( HistorySavedActionsEnum userAction, string historyItemCaption )
Parameters
- userAction
- Action that was performed between the call to LockHistory and this call to UnlockHistory. This action is added to history.
- historyItemCaption
- Caption for the userAction history item.