EntryCreationOptions Class

Specifies options for creating file system entries.
Inheritance Hierarchy
SystemObject
  Dundas.BI.FileSystemEntryCreationOptions
    Dundas.BI.EntitiesEntityCreationOptions

Namespace: Dundas.BI.FileSystem
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class EntryCreationOptions

The EntryCreationOptions type exposes the following members.

Constructors
 NameDescription
Public methodEntryCreationOptions Initializes a new instance of the EntryCreationOptions class.
Public methodEntryCreationOptions(EntryCreationOptions) Initializes a new instance of the EntryCreationOptions class based on the values in another instance.
Top
Properties
 NameDescription
Public propertyAutoGenerateName Gets or sets a value indicating whether the entry name should be automatically generated by the system.
Public propertyAutoGenerateNameOptions Gets or sets options for automatic name generation (ignored unless AutoGenerateName is ).
Public propertyOverwrite Gets or sets a value indicating whether an entry with the same name in the target should be overwritten.
Top
See Also