IEngine Methods |
The IEngine type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
FilterAsync |
Allows filtering file system items.
(Inherited from IFileSystemFilter.) | |
GetFileSystemItemAsync |
Gets file or folder item corresponding to the remote storage item ID.
| |
GetMenuCommandAsync |
Gets context menu command.
| |
IsAuthenticatedAsync |
Indicates if user is authenticated.
| |
RiseError |
Rises Error event. Throws an exception if the ThrowExceptions
property is set to true.
| |
ServerNotifications(Byte, ILogger) |
Creates, updates, moves and deletes files and folders in the user file system.
Use object returned by this method by remote storage ID to apply changes sent by the remote storage.
| |
ServerNotifications(String, ILogger) |
Creates, updates, moves and deletes files and folders in the user file system.
Use object returned by this method by path to apply changes sent by the remote storage.
| |
SetRemoteStorageRootItemId |
Sets remote storage item ID for the root folder.
|