Click or drag to resize

CreateFileManagerCanOverwrite Property

Gets a value indicating whether this CreateFileManager is authorized to overwrite the managed file.

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

Property Value

Type: Boolean
true if the managed file can be overwritten; otherwise, false.
See Also