Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / TarredFolder Class / Permissions Property


In This Topic
    Permissions Property (TarredFolder)
    In This Topic
    Gets or sets the permissions of the item.
    Syntax
    'Declaration
     
    Public Property Permissions As Permission
    'Usage
     
    Dim instance As TarredFolder
    Dim value As Permission
     
    instance.Permissions = value
     
    value = instance.Permissions
    public Permission Permissions {get; set;}

    Property Value

    One or more of the Permission flags. The default values are Xceed.Tar.Permission.ReadByOwner, Xceed.Tar.Permission.WriteByOwner, Xceed.Tar.Permission.ReadByGroup and Xceed.Tar.Permission.ReadByOther.
    Remarks

    Has no effects on the MS Windows operating system.

    The default permissions are Read and Write by Owner, Read by Group and Read by Other.

    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