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


In This Topic
    SFtpConstants.OpenFileFlagsV3 Enumeration
    In This Topic
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum SFtpConstants.OpenFileFlagsV3 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As SFtpConstants.OpenFileFlagsV3
    [Flags()]
    public enum SFtpConstants.OpenFileFlagsV3 : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberValueDescription
    SSH_FXF_APPEND4 
    SSH_FXF_CREAT8 
    SSH_FXF_EXCL32 
    SSH_FXF_READ1 
    SSH_FXF_TRUNC16 
    SSH_FXF_WRITE2 
    Inheritance Hierarchy

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

    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