Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / SFtpConstants.RealPathControl Enumeration


In This Topic
    SFtpConstants.RealPathControl Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum SFtpConstants.RealPathControl 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As SFtpConstants.RealPathControl
    public enum SFtpConstants.RealPathControl : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberValueDescription
    SSH_FXP_REALPATH_NO_CHECK1 
    SSH_FXP_REALPATH_STAT_ALWAYS3 
    SSH_FXP_REALPATH_STAT_IF2 
    Inheritance Hierarchy

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

    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