Action required to synchronize the files.

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

Syntax

C#
public FTPSyncAction Action { get; set; }
Visual Basic
Public Property Action As FTPSyncAction
	Get
	Set
Visual C++
public:
property FTPSyncAction Action {
	FTPSyncAction get ();
	void set (FTPSyncAction value);
}

Remarks

Note Action is set to its default values before the event is triggered so it is not set in the handler then the default value will be used.

See Also