IFileHandler.NotifyCommitSuccessful(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.