SwitchArchiveTypeBuilder Class

Summary

Extensions for all Builders that support ISupportSwitchArchiveType.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Builder
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SwitchArchiveTypeBuilder"] class Type type-node

Syntax

public static class SwitchArchiveTypeBuilder

Methods

Name Value Summary
WithArchiveType<T>(T, SwitchArchiveType) T
fluent setter for ISupportSwitchArchiveType.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin

See Also