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.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Function IsActionPossible ( _
	action As SftpBatchTransferAction _
) As Boolean
C#
public bool IsActionPossible(
	SftpBatchTransferAction action
)

Parameters

action
Type: Rebex.Net..::..SftpBatchTransferAction
Desired action.

Return Value

True if the specified action is possible; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also