EntryCreationOptions Constructor (EntryCreationOptions) | 
 
            Initializes a new instance of the 
EntryCreationOptions class based
            on the values in another instance.
            
 
    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 options
)
Public Sub New ( 
	options As EntryCreationOptions
)
public:
EntryCreationOptions(
	EntryCreationOptions^ options
)
new : 
        options : EntryCreationOptions -> EntryCreationOptionsParameters
- options
 - Type: Dundas.BI.FileSystemEntryCreationOptions
The instance from which values should be copied. 
Exceptions
See Also