edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Rules that are used during synchronization operations when no other rules are specified.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public FTPSyncRules DefaultSyncRules { get; }
Visual Basic
Public ReadOnly Property DefaultSyncRules As FTPSyncRules
	Get
Visual C++
public:
property FTPSyncRules^ DefaultSyncRules {
	FTPSyncRules^ get ();
}

See Also