ResultString Property

Return a string describing the results of the previous action.

Syntax

object.ResultString

The object is an expression that evaluates to a FileTransfer object. The property returns a string value.

Remarks

The ResultString read-only property returns the result string from the last action taken by the client. This string is generated by the remote server, and typically is used to describe the result code. For example, if an error is indicated by the result code, the result string may describe the condition that caused the error.

Data Type

String

See Also

ResultCode Property


Copyright © 2008 Catalyst Development Corporation. All rights reserved.