Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AllowFileOverwriteEventArgs.ZipItem Property

Obtains the zip item for which a file conflict is detected.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public ZipItem ZipItem { get; }

Property Value

Type Description
ZipItem

A ZipItem descendant that is the zip item being unzipped.

See Also