 | 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
Syntaxpublic bool FileAlreadyExists { get; }
Public ReadOnly Property FileAlreadyExists As Boolean
Get
public:
property bool FileAlreadyExists {
bool get ();
}
member FileAlreadyExists : bool with get
Property Value
Type:
Booleantrue if the managed already exists at the time of
transaction preparation; otherwise,
false.
See Also