Item types to be retrieved.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration ArchiveItemTypes
C#
[FlagsAttribute]
public enum ArchiveItemTypes

Members

Member nameDescription
Supported by the .NET Compact FrameworkFiles
Only regular files are to be retrieved.
Supported by the .NET Compact FrameworkDirectories
Only directories are to be retrieved.
Supported by the .NET Compact FrameworkLinks
Only symbolic links are to be retrieved.
Supported by the .NET Compact FrameworkUnknown
Only items of unknown type are to be retrieved.
Supported by the .NET Compact FrameworkAll
Items of all types are to be retrieved.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also