ArchiveCreatorInstruction Constructor (String, Byte, String) |
Creates an instruction.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public ArchiveCreatorInstruction(
string archiveRelativeFolderPath,
byte[] fileContent,
string fileName
)
Parameters
- archiveRelativeFolderPath
- Type: SystemString
Target relative path in the archive. - fileContent
- Type: SystemByte
File content. - fileName
- Type: SystemString
Name of the file.
See Also