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 nameDescription
Supported by the .NET Compact FrameworkRead
Read access to the file.
Supported by the .NET Compact FrameworkWrite
Write access to the file.
Supported by the .NET Compact FrameworkReadWrite
Read and write access to the file.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also