[This is preliminary documentation and is subject to change.]

When you set a reparse point, you must tag the data to be placed in the reparse point. After the reparse point has been established, a new set operation fails if the tag for the new data does not match the tag for the existing data. If the tags match, the set operation overwrites the existing reparse point.

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
[FlagsAttribute]
public enum ReparsePointTags
Visual Basic
<CLSCompliantAttribute(False)> _
<FlagsAttribute> _
Public Enumeration ReparsePointTags
Visual C++
[CLSCompliantAttribute(false)]
[FlagsAttribute]
public enum class ReparsePointTags
F#
[<CLSCompliantAttribute(false)>]
[<FlagsAttribute>]
type ReparsePointTags
JScript
public enum ReparsePointTags

Members

Member nameValueDescription
Symlink2684354572
SIS2147483655
MountPoint2684354563
HSM22147483654
HSM3221225476
DFSR2147483666
DFS2147483658
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also