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


In This Topic
    HeaderType Property (TarredFolder)
    In This Topic
    Gets the type of header.
    Syntax
    'Declaration
     
    Public ReadOnly Property HeaderType As HeaderType
    'Usage
     
    Dim instance As TarredFolder
    Dim value As HeaderType
     
    value = instance.HeaderType
    public HeaderType HeaderType {get;}

    Property Value

    An HeaderType representing the header type.
    Remarks

    A new TarredFolder will always be of type 5 (directory).

    When reading an existing archive, this field will always be of type 5 (directory).

    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