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

Version Information

.NET Compact Framework

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

See Also