Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Add(Rebex.IO.FileSet, string) method instead.",  _
	True)> _
Public Function Add ( _
	pathCollection As FileSet, _
	archiveDirectoryPath As String _
) As ArchiveOperationResult
C#
[ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Add(Rebex.IO.FileSet, string) method instead.", 
	true)]
public ArchiveOperationResult Add(
	FileSet pathCollection,
	string archiveDirectoryPath
)

Parameters

pathCollection
Type: Rebex.IO.Compression.Legacy..::..FileSet
archiveDirectoryPath
Type: System..::..String

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also