ContentMover Class |
Namespace: ShellBoost.Core.Synchronization
public class ContentMover : IDisposable
The ContentMover type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContentMover |
Initializes a new instance of the ContentMover class.
|
Name | Description | |
---|---|---|
![]() | Downloading |
Gets a list of files being downloaded.
|
![]() | RootPath |
The directory path that this class uses for temporary file handling.
|
![]() | Synchronizer |
The multi-point synchronizer instance.
|
![]() | TemporaryEntryMarker |
A string that identifies a file name as being a file name of a temporary sync entry.
Temporary files should be excluded from all file system events reporting.
|
Name | Description | |
---|---|---|
![]() | CancelOperations |
Cancel current operations.
|
![]() | ClearTemporaryFiles |
Clears all temporary files possibly used by this instance for a content change.
|
![]() | CreateDestinationEntry |
Creates a destination state entry.
|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Dispose(Boolean) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | DownloadSource |
Downloads a file corresponding to a content change.
|
![]() | Finalize |
Frees all resources associated with this instance.
(Overrides ObjectFinalize.) |
![]() | GetDestinationEntryAsync |
Gets an entry, usually temporary, on the destination file system, corresponding to a change.
|
![]() | GetDestinationUploadFileName |
Gets a file name for the uploaded file corresponding to a job change.
|
![]() | GetJobState |
Gets a job state with regards to its content changes.
|
![]() | GetSourceDownloadFileName |
Gets a file name for the downloaded file corresponding to a change.
|
![]() | GetSourceDownloadLocalPath |
Gets a local file path for the downloaded file corresponding to a change. The file may not exist yet.
|
![]() | IsDownloaded |
Determines if the content associated with a change has being downloaded;
|
![]() | IsDownloading |
Determines if the content associated with a change is being downloaded;
|
![]() | IsTemporaryFile |
Determines whether the specified file name is a temporary file name.
|
![]() | Log(TraceLevel, EndPointSynchronizer, Object, String) |
Logs the value at the specified trace level.
|
![]() | Log(TraceLevel, String, Object, String) |
Logs the value at the specified trace level.
|
![]() | UploadDestination |
Uploads a file corresponding to a content change.
|
Name | Description | |
---|---|---|
![]() ![]() | DefaultTemporaryEntryMarker |
The default file marker that this class uses for temporary files.
Temporary files should be excluded from all file system events reporting.
|