The OnFileDelete event notifies a client whenever a file is deleted using the DeleteFile method of the FileManager object.
Name | Type | Description |
FullFileName | String | The full filename of the file being deleted. |
Context | NameValueMap | Input NameValueMap object that can be used to determine the context of why the event fired. Additional information is provided through this argument to help in understanding the context of the notification. Name = "FileManagementOption". Value = A value from the FileManagementEnum list. This can represent multiple values that have been combined together so you need to use bitwise operations to check for a specific option. |
HandlingCode | HandlingCodeEnum | Output HandlingCodeEnum that indicates how you are handling the event. The value of this argument is currently ignored for this event. |