edtFTPnet/Express - Class Reference

FTPSynchronizeView.GetDefaultMatch Method 

Returns the default match text for the given pair of files.

protected virtual string GetDefaultMatch(
   FTPFile localFile,
   FTPFile remoteFile
);

Parameters

localFile
Local file.
remoteFile
Remote file.

Return Value

Text describing how the two files compare.

Remarks

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

See Also

FTPSynchronizeView Class | EnterpriseDT.Net.Ftp.Forms Namespace