Back to product page

State property


Holds current user's state.

Type

A StatesEnum enumeration.

Syntax

  • Basic
object.State
The State(object) syntax has these parts:
objectAn expression evaluating to an object of type FtpUser.

Remarks

State property holds current user's state. List of all states can be found in StatesEnum enumeration. When user's state changes, StateChanged event is fired.

You can get text representation of this state using wodFTPD.StateText property.

Platforms

Windows