Click or drag to resize

EngineWindows Methods

IT Hit User File System

The EngineWindows type exposes the following members.

Methods
  NameDescription
Public methodClientNotifications
Public methodCreateLogger (Inherited from Engine.)
Public methodDispose (Inherited from Engine.)
Protected methodDispose(Boolean) (Overrides EngineDispose(Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFilterAsync
Allows filtering file system items.
(Overrides EngineFilterAsync(SyncDirection, OperationType, String, FileSystemItemType, String, IOperationContext).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFileSystemItemAsync
Gets file or folder item corresponding to the remote storage item ID.
(Inherited from Engine.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodCode exampleGetMenuCommandAsync
Gets context menu command.
(Inherited from Engine.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsThisDrivePath
Returns true if the path is under this drive. False - otherwise.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnItemsChanged
Rises the ItemsChanged event.
Protected methodOnStateChanged
Rises the StateChanged event.
(Inherited from Engine.)
Public methodRiseError
Rises Error event. Throws an exception if the ThrowExceptions property is set to true.
(Inherited from Engine.)
Public methodServerNotifications(Byte, ILogger) (Overrides EngineServerNotifications(Byte, ILogger).)
Public methodServerNotifications(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).)
Public methodSetRemoteStorageRootItemId
Sets remote storage item ID for the root folder.
(Overrides EngineSetRemoteStorageRootItemId(Byte).)
Public methodStartAsync
Starts listening and processing file system calls from operating system.
(Overrides EngineStartAsync(Boolean, CancellationToken).)
Public methodStopAsync
Stops listening and processing file system calls from operating system.
(Overrides EngineStopAsync.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodValidateSettings
Validates Engine settings.
(Inherited from Engine.)
Top
See Also