Type of file system of object
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
| C# |
|---|
public enum FtpFileSystemObjectType |
| Visual Basic |
|---|
Public Enumeration FtpFileSystemObjectType |
| Visual C++ |
|---|
public enum class FtpFileSystemObjectType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| File | 0 | A file | |
| Directory | 1 | A directory | |
| Link | 2 | A symbolic link |