edtFTPnet/Express - Class Reference

FTPSynchronizeView.GetDefaultAction Method 

Returns the default action for the given pair of files.

protected virtual FTPSyncAction GetDefaultAction(
   FTPFile localFile,
   FTPFile remoteFile
);

Parameters

localFile
Local file.
remoteFile
Remote file.

Return Value

Action that should be performed to synchronize the two files.

Remarks

Note that this action may be overridden by handlers of the CompareFiles event.

See Also

FTPSynchronizeView Class | EnterpriseDT.Net.Ftp.Forms Namespace