ZipCompressionEndArgs Constructor |
Constructor for arguments class passed to the ZipCompressionEnd event
Namespace:
AdiIRCAPIv2.Arguments.ZipCompression
Assembly:
AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax public ZipCompressionEndArgs(
string name,
string zipfile,
string sourceFileOrFolder,
int compressionMethod,
string error
)
Parameters
- name
- Type: SystemString
string - zipfile
- Type: SystemString
string - sourceFileOrFolder
- Type: SystemString
string - compressionMethod
- Type: SystemInt32
int - error
- Type: SystemString
string
See Also