ZipArchive.Validate() Method
In This Article
Verifies archive entries by extracting them into memory and catching exceptions.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Returns
Type | Description |
---|---|
List<Zip |
A List |
#Remarks
The Validate method allows you to verify an archive and obtain a list of problematic ZipItem elements.
See Also