Click or drag to resize

ArchiveCreatorInstructionExecute Method (ZipPackage, Boolean)

Executes this instruction, adds the file specified in this instruction to its relative path in the archive.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public void Execute(
	ZipPackage zip,
	bool compressed = false
)

Parameters

zip
Type: System.IO.PackagingZipPackage
compressed (Optional)
Type: SystemBoolean
See Also