[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.2.0
Syntax
| C# |
|---|
[FlagsAttribute]
[CLSCompliantAttribute(false)]
public enum ReparsePointTags |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _
<CLSCompliantAttribute(False)> _
Public Enumeration ReparsePointTags |
| Visual C++ |
|---|
[FlagsAttribute]
[CLSCompliantAttribute(false)]
public enum class ReparsePointTags |
| J# |
|---|
/** @attribute FlagsAttribute */
/** @attribute CLSCompliantAttribute(false) */
public enum ReparsePointTags |
| JScript |
|---|
public enum ReparsePointTags |
Members
See Also