IClientNotifications Interface |
Namespace: ITHit.FileSystem.Windows
The IClientNotifications type exposes the following members.
Name | Description | |
---|---|---|
ExecVerb |
Executes the specified action (verb) on a document.
| |
LockAsync |
Locks the file in the remote storage.
When this method is called the Engine calls the LockAsync(LockMode, IOperationContext, CancellationToken) method.
| |
UnlockAsync |
Unlocks the file in the remote storage.
|
Call methods of this class when the client needs to notify the remote storage about the changes made in the user file system.
Methods of this interface call the GetFileSystemItemAsync(Byte, FileSystemItemType, IContext, ILogger) method and than methods of the IFile and IFolder interfaces.