Xceed Zip Compression Library Documentation
Excluded property (Xceed Zip Item object)
Xceed Zip control reference > Collection objects > XceedZipItem object > Excluded property (Xceed Zip Item object)

Object

XceedZipItem

Description

Indicates if this file would be processed (False) or excluded (True) if the Unzip method were to be called with the same property settings as when the GetZipContents method was called.

Data type

Boolean

Declaration (DLL API)

An xcdListingFileParams structure is obtained when using the DLL API. The bExclued member of that structure contains the same value as this property would.