NodeContentAccess Enum
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9448)
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.
Syntax
[Flags]
public enum NodeContentAccess
Fields
| Name | Description |
|---|---|
| Read | Read access to the file. |
| ReadWrite | Read and write access to the file. |
| Write | Write access to the file. |