edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Returns the action that was applied to the given file-pair.

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

Syntax

C#
public FTPSyncFileAction GetFileAction(
	FTPFileSyncPair filePair
)
Visual Basic
Public Function GetFileAction ( _
	filePair As FTPFileSyncPair _
) As FTPSyncFileAction
Visual C++
public:
FTPSyncFileAction GetFileAction(
	FTPFileSyncPair^ filePair
)

Parameters

filePair
Type: EnterpriseDT.Net.Ftp..::..FTPFileSyncPair
File-pair to retrieve action for.

Return Value

Action that was applied.

See Also