Back to Devexpress

ZipItemAddingAction Enum

officefileapi-devexpress-dot-compression-88e7894c.md

latest1.4 KB
Original Source

ZipItemAddingAction Enum

Lists a possible action when the ZipArchive.ItemAdding event is handled.

Namespace : DevExpress.Compression

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public enum ZipItemAddingAction
vb
Public Enum ZipItemAddingAction

Members

NameDescription
Continue

Add the current item to the archive and move to the next item. Default value.

| | Stop |

Stops adding items to archive.

| | Cancel |

Cancel adding a current item to the archive and skip to the next item.

|

The following properties accept/return ZipItemAddingAction values:

Remarks

Handle the ZipArchive.ItemAdding event to filter zip items while they are added to archive. You can also stop adding zip items when this action is required.

See Also

DevExpress.Compression Namespace