Specifies behavior on links and reparse points.

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

Syntax

C#
public enum ArchiveLinkMode
Visual Basic (Declaration)
Public Enumeration ArchiveLinkMode
Visual C++
public enum class ArchiveLinkMode

Members

Member nameDescription
FollowLinks
Detected links are to be resolved and processed - however, this can still be changed by ProblemDetected handler.
SkipLinks
Detected links are to be skipped - however, this can still be changed by ProblemDetected handler.
ThrowExceptionOnLinks
Detected links cause an exception to be thrown - however, this can still be changed by ProblemDetected handler.

See Also