The ArchiveItem type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCanExtract
Returns true if the item can be extracted using Rebex ZIP for .NET component.
Public propertySupported by the .NET Compact FrameworkComment
Gets or sets the comment of the item.
Public propertySupported by the .NET Compact FrameworkCompressedLength
Gets compressed file length.
Public propertySupported by the .NET Compact FrameworkCompressionMethod
Gets the compression method used to compress the file.
Public propertySupported by the .NET Compact FrameworkCrc32
Gets the CRC32 (Cyclic Redundancy Check) value of the file (returns 0 for directories).
Public propertySupported by the .NET Compact FrameworkCreationTime
Gets or sets the creation time attribute of the item.
Public propertySupported by the .NET Compact FrameworkEncryptionAlgorithm
Gets the name of the algorithm used to encrypt the current ZipItem.
Public propertySupported by the .NET Compact FrameworkIsDeleted
Gets a value indicating whether the current ArchiveItem represents a deleted item.
Public propertySupported by the .NET Compact FrameworkIsDirectory
Gets a value indicating whether the item is a directory.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkIsEmptyDirectory
Gets a value indicating whether the ArchiveItem is an empty directory.
Public propertySupported by the .NET Compact FrameworkIsEncrypted
Gets a value indicating whether the current ZipItem is encrypted.
Public propertySupported by the .NET Compact FrameworkIsFile
Gets a value indicating whether the item is a file.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkIsLink
Gets a value indicating whether the item is a link.
(Overrides FileSystemItem..::..IsLink.)
Public propertySupported by the .NET Compact FrameworkIsRootDirectory
Gets a value indicating whether the current ArchiveItem is the root directory of the archive.
Public propertySupported by the .NET Compact FrameworkItemType
Gets the type of the item.
Public propertySupported by the .NET Compact FrameworkLastAccessTime
Gets or sets the last access time attribute of the item.
Public propertySupported by the .NET Compact FrameworkLastWriteTime
Gets or sets the last modification time attribute of the item.
Public propertySupported by the .NET Compact FrameworkLength
Gets uncompressed file length.
(Overrides FileSystemItem..::..Length.)
Public propertySupported by the .NET Compact FrameworkName
Gets the name of the file or directory.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkPath
Gets the path of the file or directory. It can be relative or absolute path depending on the way of use.
(Inherited from FileSystemItem.)

See Also