ComponentOne Zip for .NET
Add(Stream,String,DateTime) Method

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class > Add Method : Add(Stream,String,DateTime) Method
Stream that contains data for the new entry.
Name to be used for the new entry.
The date and time when the file was last modified.
Adds a stream to the current zip file.
Syntax
Public Overloads Sub Add( _
   ByVal stream As Stream, _
   ByVal entryName As String, _
   ByVal dateTime As Date _
) 
public void Add( 
   Stream stream,
   string entryName,
   DateTime dateTime
)

Parameters

stream
Stream that contains data for the new entry.
entryName
Name to be used for the new entry.
dateTime
The date and time when the file was last modified.
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members
Overload List