EntryCreationOptionsOverwrite Property

Gets or sets a value indicating whether an entry with the same name in the target should be overwritten.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public bool Overwrite { get; set; }

Property Value

Type: Boolean
if an existing entry should be overwritten; otherwise, .
Remarks
See Also