Click or drag to resize

CreateFileManagerFileAlreadyExists Property

Gets a value indicating whether the managed file already exists at the time of transaction preparation.

Namespace:  Novacta.Transactions.IO
Assembly:  Novacta.Transactions.IO (in Novacta.Transactions.IO.dll) Version: 1.0.0
Syntax
public bool FileAlreadyExists { get; }

Property Value

Type: Boolean
true if the managed already exists at the time of transaction preparation; otherwise, false.
See Also