Xceed .NET Libraries Documentation
SFtpConstants.ItemType Enumeration


Xceed.SSH.SFtp Assembly > Xceed.SSH.SFtp Namespace : SFtpConstants.ItemType Enumeration
Syntax
'Declaration
 
Public Enum SFtpConstants.ItemType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SFtpConstants.ItemType
public enum SFtpConstants.ItemType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
SSH_FILEXFER_TYPE_BLOCK_DEVICE8 
SSH_FILEXFER_TYPE_CHAR_DEVICE7 
SSH_FILEXFER_TYPE_DIRECTORY2 
SSH_FILEXFER_TYPE_FIFO9 
SSH_FILEXFER_TYPE_REGULAR1 
SSH_FILEXFER_TYPE_SOCKET6 
SSH_FILEXFER_TYPE_SPECIAL4 
SSH_FILEXFER_TYPE_SYMLINK3 
SSH_FILEXFER_TYPE_UNKNOWN5 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.SSH.SFtp.SFtpConstants.ItemType

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.SSH.SFtp Namespace