Represents read, write or read/write access to the file.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:
Rebex.IO.FileSystem
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration NodeContentAccess |
| C# |
|---|
[FlagsAttribute] public enum NodeContentAccess |
Members
| Member name | Description | |
|---|---|---|
| Read |
Read access to the file.
| |
| Write |
Write access to the file.
| |
| ReadWrite |
Read and write access to the file.
|