An NDoc Documented Class Library

FTPSyncFileEventArgs Properties

The properties of the FTPSyncFileEventArgs class are listed below. For a complete list of FTPSyncFileEventArgs class members, see the FTPSyncFileEventArgs Members topic.

Public Instance Properties

Action Action to apply.
ConnectionInstanceNumber (inherited from FTPEventArgs) Identifies the pooled connection on which the task is running.
IsGuiThread (inherited from FTPEventArgs) Indicates whether or not the event-handler has been invoked on the GUI thread.
LocalFile Reference to an FTPFile object representing the local file.
LocalFileExists Does the local file exist?
RemoteFile Reference to an FTPFile object representing the remote file.
RemoteFileExists Does the remote file exist?
SynchronizationRules Rules for synchronization.
TaskID (inherited from FTPEventArgs) Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only).

See Also

FTPSyncFileEventArgs Class | EnterpriseDT.Net.Ftp Namespace