EngineWindows Methods |
The EngineWindows type exposes the following members.
Name | Description | |
---|---|---|
AuthenticateAsync |
Reads auth info from lcal storage or shows login dialog on Windows platform.
| |
ClientNotifications | ||
CreateLogger | (Inherited from Engine.) | |
Dispose | (Inherited from Engine.) | |
Dispose(Boolean) | (Overrides EngineDispose(Boolean).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FilterAsync |
Allows filtering file system items.
(Overrides EngineFilterAsync(SyncDirection, OperationType, String, FileSystemItemType, String, IOperationContext).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFileSystemItemAsync |
Gets file or folder item corresponding to the remote storage item ID.
(Inherited from Engine.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMenuCommandAsync |
Gets context menu command.
(Inherited from Engine.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsAuthenticatedAsync | (Inherited from Engine.) | |
IsThisDrivePath |
Returns true if the path is under this drive. False - otherwise.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnItemsChanged |
Rises the ItemsChanged event.
| |
OnItemsChangingAsync |
Rises the ItemsChanging event.
| |
OnStateChanged |
Rises the StateChanged event.
(Inherited from Engine.) | |
RiseError |
Rises Error event. Throws an exception if the ThrowExceptions
property is set to true.
(Inherited from Engine.) | |
ServerNotifications(Byte, ILogger) | (Overrides EngineServerNotifications(Byte, ILogger).) | |
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.
(Overrides EngineServerNotifications(String, ILogger).) | |
SetRemoteStorageRootItemId |
Sets remote storage item ID for the root folder.
(Overrides EngineSetRemoteStorageRootItemId(Byte).) | |
StartAsync |
Starts listening and processing file system calls from operating system.
(Overrides EngineStartAsync(Boolean, CancellationToken).) | |
StopAsync |
Stops listening and processing file system calls from operating system.
(Overrides EngineStopAsync.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateSettings |
Validates Engine settings.
(Inherited from Engine.) |