EngineMac Class |
Namespace: ITHit.FileSystem.Mac
The EngineMac type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoLock | |
![]() | License |
Gets or sets the license text.
|
![]() | ThrowExceptions |
Indicates if the Engine must throw exception in case of any errors in the Engine
itself or in user code. Default is [!:false].
|
Name | Description | |
---|---|---|
![]() | CreateItem | |
![]() | CreateLogger | |
![]() | DeleteItem | |
![]() | Dispose | Releases the unmanaged resources used by the EngineMac and optionally releases the managed resources |
![]() | FetchContents | |
![]() | FetchThumbnails | |
![]() | FilterAsync |
Allows filtering file system items.
|
![]() | GetEnumerator | |
![]() | GetFileSystemItemAsync | |
![]() | GetItem | |
![]() | GetMenuCommandAsync | |
![]() | Invalidate | |
![]() | IsAuthenticatedAsync | |
![]() | ModifyItem | |
![]() | PerformAction | |
![]() | RiseError |
Rises Error event. Throws an exception if the ThrowExceptions
property is set to true.
|
![]() | ServerNotifications(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.
|
![]() | SetRemoteStorageRootItemId |
Sets remote storage item ID for the root folder.
|
![]() | Stop |
Stops listening and processing file system calls from operating system.
|
Name | Description | |
---|---|---|
![]() | Debug | |
![]() | Error |
Event fired in case of any exceptions in the IEngine or user file system implementation code.
|
![]() | Message |
Event fired when the IEngine or user file system implementation code sends an informational message.
|