Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / Attrs Class / ToItemType Method


In This Topic
    ToItemType Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ToItemType( _
       ByVal v3Permissions As Integer _
    ) As SFtpConstants.ItemType
    'Usage
     
    Dim v3Permissions As Integer
    Dim value As SFtpConstants.ItemType
     
    value = Attrs.ToItemType(v3Permissions)
    public static SFtpConstants.ItemType ToItemType( 
       int v3Permissions
    )

    Parameters

    v3Permissions
    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