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