Map WebDAV Drive Events

The IT Hit Map WebDAV Drive generates events when a file is being created and updated. You can configure each drive to execute your application during such events. The drive letter, URL of the item and item lock token, if any, will be passed as your application parameters. In your application, you can present the dialog to the user to get additional information about the file and submit this information to the server. The Map WebDAV Drive analyzes the return code of your application. If your application returns 0 the operation succeeds, otherwise – failed. The CommentOnFileUpdate sample provided with SDK demonstrates this approach.