ZipProviderAddFileFromStream Method |
Adds the file from the given stream to the archive.
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax public void AddFileFromStream(
string FileName,
Stream stream
)
Parameters
- FileName
- Type: SystemString
File name to add - stream
- Type: CMS.IOStream
Stream with the file data
See Also