Xceed .NET Libraries Documentation
FtpItemType Enumeration


Xceed.Ftp Assembly > Xceed.Ftp Namespace : FtpItemType Enumeration
Value representing the type of the item on the FTP server.
Syntax
'Declaration
 
Public Enum FtpItemType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As FtpItemType
Members
MemberValueDescription
File1The item is a file.
Folder2The item is a folder.
Link3The item is a link. A link is a shortcut to a folder or file, that can be located elsewhere than on the FTP server to which the FTP client is connected.
Unknown0The type of the item is unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Ftp.FtpItemType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Ftp Namespace