Skip to main content

AllowFileOverwriteEventArgs.ZipItem Property

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

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v24.1.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public ZipItem ZipItem { get; }

Property Value

Type Description
ZipItem

A ZipItem descendant that is the zip item being unzipped.

See Also