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, Rebex.IO.TransferMethod, Rebex.IO.ActionOnExistingFiles) method instead.",  _
	True)> _
Public Sub AddAsync ( _
	pathCollection As FileSet, _
	archiveDirectoryPath As String, _
	defaultActionOnExistingFiles As ArchiveActionOnExistingFile _
)
C#
[ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Add(Rebex.IO.FileSet, string, Rebex.IO.TransferMethod, Rebex.IO.ActionOnExistingFiles) method instead.", 
	true)]
public void AddAsync(
	FileSet pathCollection,
	string archiveDirectoryPath,
	ArchiveActionOnExistingFile defaultActionOnExistingFiles
)

Parameters

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

Version Information

.NET Compact Framework

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

See Also