Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / Permission Enumeration


In This Topic
    Permission Enumeration
    In This Topic
    Value (bit flags) representing the permissions of the item.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum Permission 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As Permission
    Members
    MemberValueDescription
    ExecuteByGroup8Execute (or search if a directory) by group.
    ExecuteByGroupID1024Execute (or search if a directory) by UserID.
    ExecuteByOther1Execute (or search if a directory) by other.
    ExecuteByOwner64Execute (or search if a directory) by owner.
    ExecuteByUserID2048Execute (or search if a directory) by UserID.
    None0No rights.
    ReadByGroup32Read by group.
    ReadByOther4Read by other.
    ReadByOwner256Read by owner.
    RestrictedDeletion512For directories, restricted deletion.
    WriteByGroup16Write by group.
    WriteByOther2Write by other.
    WriteByOwner128Write by owner.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Tar.Permission

    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