Click or drag to resize

FileManager Constructor

Initializes a new instance of the FileManager class.

Namespace:  Novacta.Transactions.IO
Assembly:  Novacta.Transactions.IO (in Novacta.Transactions.IO.dll) Version: 1.0.0
Syntax
public FileManager(
	string managedPath
)

Parameters

managedPath
Type: SystemString
The path of the managed file.
Exceptions
ExceptionCondition
ArgumentNullException Parameter managedPath is null.
See Also