EntryCopyOptionsEntryCreationOptions 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.3.0.1000)
Syntaxpublic EntryCreationOptions? EntryCreationOptions { get; set; }Public Property EntryCreationOptions As EntryCreationOptions
	Get
	Set
public:
property EntryCreationOptions^ EntryCreationOptions {
	EntryCreationOptions^ get ();
	void set (EntryCreationOptions^ value);
}member EntryCreationOptions : EntryCreationOptions with get, set
Property Value
Type: 
EntryCreationOptions
            The options for creating the copy, or 
 to specify that the default options should be used.
            
See Also