IClientNotifications Interface |
Namespace: ITHit.FileSystem.Windows
The IClientNotifications type exposes the following members.
Name | Description | |
---|---|---|
GetLockModeAsync |
Gets the lock mode indicating if the item was locked manually or automatically or None if the item is not locked.
| |
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.