IServerNotificationsMoveToAsync Method |
Namespace: ITHit.FileSystem
This method can move items that are modified in user file system (not In-Sync).
This method moves the item only if the source item iexists in the user file system and the target item parent folder exists and is not offline.
If the source item does not exists in the user file system, this method does not move the item and returns false. In this case if the target item exists, you must create a new item by calling CreateAsync(IFileSystemItemMetadata) method.
If the target parent folder does not exists or is offline, this method does not move the item and returns false. In this case, if the source item exists, you must delete the source item by calling DeleteAsync method.