SyncFileSystemEvent Class |
Namespace: ShellBoost.Core.Synchronization
public class SyncFileSystemEvent : IComparable, IComparable<SyncFileSystemEvent>
The SyncFileSystemEvent type exposes the following members.
Name | Description | |
---|---|---|
SyncFileSystemEvent |
Initializes a new instance of the SyncFileSystemEvent class.
|
Name | Description | |
---|---|---|
Entry |
Gets the entry.
| |
EventTime |
Gets the event time.
| |
OldEntry |
Gets the optional old entry.
Only and always set in the case of the Moved type event.
| |
Type |
Gets the type.
|
Name | Description | |
---|---|---|
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
| |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |