Initializes a new instance of the NodeContentParameters

Namespace:  Rebex.IO.FileSystem
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	accessType As NodeContentAccess _
)
C#
public NodeContentParameters(
	NodeContentAccess accessType
)

Parameters

accessType
Type: Rebex.IO.FileSystem..::..NodeContentAccess
Required access type to the file.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also