Gets a mask of possible actions that can be selected to be performed. ThrowException can always be set. Use the binary 'AND' operator to determine whether a specific action is currently possible or simply call the IsActionPossible(SftpBatchTransferAction) method.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public ReadOnly Property PossibleActions As SftpBatchTransferAction
	Get
C#
public SftpBatchTransferAction PossibleActions { get; }

Field Value

Mask of possible actions.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also