Open this page in the API Guide

EntryCopyOptions.EntryCreationOptions Property

Gets or sets the options for creating the copy.

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

Property Value

Type: EntryCreationOptions
The options for creating the copy, or null to specify that the default options should be used.
See Also