Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.FtpDLX
- Properties
- Authentication
- Blocking
- BufferSize
- Certificate
- Compression
- DirFormat
- DirItems
- Encryption
- Hostname
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalPath
- Login
- MaxTransferRate
- Passive
- Password
- Port
- PreserveDates
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- PublicKeyOpenSSH
- PublicKeySSH
- RemotePath
- Resume
- SecureMethod
- SmartGet
- SmartPut
- State
- StrictHost
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Methods
- Events
- Properties
- WeOnlyDo.Client.DirItemsCollection
- WeOnlyDo.Client.DirItem
- How to get support?
StateText method
Provides string expression of a state.
Type
StringSyntax
- C#
- VB.NET
public String StateText();
public String StateText(States State);
The StateText(State) syntax has these parts:
public String StateText(States State);
The StateText(State) syntax has these parts:
State | Represents some state. |
public Function StateText() As String
public Function StateText(ByVal State As States) As String
The StateText(State) syntax has these parts:
public Function StateText(ByVal State As States) As String
The StateText(State) syntax has these parts:
State | Represents some state. |