Edit

Share via


IFileHandler.NotifyCommitSuccessful(String) Method

Definition

To be called when the changes have been committed to disk

public void NotifyCommitSuccessful (string actualFilePath);
abstract member NotifyCommitSuccessful : string -> unit
Public Sub NotifyCommitSuccessful (actualFilePath As String)

Parameters

actualFilePath
String

The actual file path for the output file.

Remarks

Fires an Audit event.

Applies to