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) method instead.",  _
	True)> _
Public Function Add ( _
	pathCollection As FileSet _
) As ArchiveOperationResult
C#
[ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Add(Rebex.IO.FileSet) method instead.", 
	true)]
public ArchiveOperationResult Add(
	FileSet pathCollection
)

Parameters

pathCollection
Type: Rebex.IO.Compression.Legacy..::..FileSet

Version Information

.NET Compact Framework

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

See Also