IServerCollectionNotifications Interface |
Namespace: ITHit.FileSystem
The IServerCollectionNotifications type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateAsync |
Creates new file and folder placeholders in the user file system in this folder.
(Inherited from IServerNotifications.) |
![]() | DeleteAsync |
Deletes a file or folder from the user file system.
(Inherited from IServerNotifications.) |
![]() | MoveToAsync |
Moves the file or folder placeholder in the user file system.
(Inherited from IServerNotifications.) |
![]() | ProcessChangesAsync |
Triggers GetChangesAsync(String, Boolean, NullableInt64, CancellationToken) call and updates items in user file system based on data provided by GetChangesAsync(String, Boolean, NullableInt64, CancellationToken).
|
![]() | UpdateAsync |
Updates a file or folder on this virtual drive.
This method automatically hydrates and dehydrates files.
(Inherited from IServerNotifications.) |