UpdateAction Class

Summary

Specifies the action for a given SwitchUpdateOptions-State.

Namespace
Cake.SevenZip.Switches
Base Types
  • object
graph BT Type-->Base0["object"] Type["UpdateAction"] class Type type-node

Syntax

public sealed class UpdateAction

Properties

Name Value Summary
Anti UpdateAction
Gets the anti-action. Create Anti-item (item that will delete file or directory during extracting). This feature is supported only in 7z format.
static
Compress UpdateAction
Gets the compress-action. Compress (compress file from disk to new archive).
static
Copy UpdateAction
Gets the copy-action. Copy file (copy from old archive to new).
static
Ignore UpdateAction
Gets the ignore-action. Ignore file (don't create item in new archive for this file).
static

Methods

Name Value Summary
ToString() string
GitHub Discussion