.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to ZipEntry Class Summary

ZipEntry::EntryType

Indicates the origin of the entry. There are three possible values: (0) a file on disk referenced by Zip.NET and to be added to the Zip, (1) an entry in an existing Zip file, and (2) an entry created directly from data in memory.

  Declarations  
    [Visual Basic]
Public ReadOnly Property EntryType As Integer

[C#]
public int EntryType {get;}

[C++]
public: __property int get_EntryType();

[JScript]
public function get EntryType() : int;
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.