Specifies behavior on links and reparse points in multi-file operations.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Enumeration LinkProcessingMode
C#
public enum LinkProcessingMode

Members

Member nameDescription
Supported by the .NET Compact FrameworkFollowLinks
Detected links are to be resolved and processed - however, this can still be changed by ProblemDetected handler.
Supported by the .NET Compact FrameworkSkipLinks
Detected links are to be skipped - however, this can still be changed by ProblemDetected handler.
Supported by the .NET Compact FrameworkThrowExceptionOnLinks
Detected links cause an exception to be thrown - however, this can still be changed by ProblemDetected handler.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also