A Sandcastle Documented Class Library
ZipCompressionEndArgs Constructor |
Constructor for arguments class passed to the ZipCompressionEnd event
Namespace: AdiIRCAPIv2.Arguments.ZipCompression
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public ZipCompressionEndArgs( string name, string zipfile, string sourceFileOrFolder, int compressionMethod, string error )
Public Sub New ( name As String, zipfile As String, sourceFileOrFolder As String, compressionMethod As Integer, error As String )
public: ZipCompressionEndArgs( String^ name, String^ zipfile, String^ sourceFileOrFolder, int compressionMethod, String^ error )
new : name : string * zipfile : string * sourceFileOrFolder : string * compressionMethod : int * error : string -> ZipCompressionEndArgs
Parameters
- name
- Type: SystemString
string - zipfile
- Type: SystemString
string - sourceFileOrFolder
- Type: SystemString
string - compressionMethod
- Type: SystemInt32
int - error
- Type: SystemString
string
See Also