Click or drag to resize

IClientNotifications Methods

IT Hit User File System

The IClientNotifications type exposes the following members.

Methods
  NameDescription
Public methodGetLockModeAsync
Gets the lock mode indicating if the item was locked manually or automatically or None if the item is not locked.
Public methodLockAsync
Locks the file in the remote storage. When this method is called the Engine calls the LockAsync(LockMode, IOperationContext, CancellationToken) method.
Public methodUnlockAsync
Unlocks the file in the remote storage.
Top
See Also