Click or drag to resize
ZipProviderAddFileFromStream Method
Adds the file from the given stream to the archive.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
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