edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPSyncResultsGetFileAction Method

Returns the action that was applied to the given file-pair.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public FTPSyncFileAction GetFileAction(
	FTPFileSyncPair filePair
)

Parameters

filePair  FTPFileSyncPair
File-pair to retrieve action for.

Return Value

FTPSyncFileAction
Action that was applied.

See Also