Determines whether the specified action is currently possible - use this to determine whether the Action property can be set to the desired action.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Function IsActionPossible ( _ action As FtpBatchTransferAction _ ) As Boolean |
| C# |
|---|
public bool IsActionPossible( FtpBatchTransferAction action ) |
Parameters
- action
- Type: Rebex.Net..::..FtpBatchTransferAction
Desired action.