EntryCopyOptionsEntityCopyOptions Property

Gets or sets the options for copying entities.

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

Property Value

Type: EntityCopyOptions
The options for copying entities, or to specify that the default options should be used.
See Also