Click or drag to resize

IServerCollectionNotifications Interface

IT Hit User File System
Updates subtree based on the information from the remote storage.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 7.2.23868.0
Syntax
public interface IServerCollectionNotifications : IServerNotifications

The IServerCollectionNotifications type exposes the following members.

Methods
  NameDescription
Public methodCreateAsync
Creates new file and folder placeholders in the user file system in this folder.
(Inherited from IServerNotifications.)
Public methodDeleteAsync
Deletes a file or folder from the user file system.
(Inherited from IServerNotifications.)
Public methodMoveToAsync
Moves the file or folder placeholder in the user file system.
(Inherited from IServerNotifications.)
Public methodProcessChangesAsync
Public methodUpdateAsync
Updates a file or folder on this virtual drive. This method automatically hydrates and dehydrates files.
(Inherited from IServerNotifications.)
Top
Remarks
See Also