Click or drag to resize

DeleteFileManager Constructor

Initializes a new instance of the DeleteFileManager class.

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

Parameters

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