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 (24.3.0.1000)
Syntax
public EntryCreationOptions(
	EntryCreationOptions options
)

Parameters

options
Type: Dundas.BI.FileSystemEntryCreationOptions
The instance from which values should be copied.
Exceptions
ExceptionCondition
ArgumentNullExceptionoptions was .
See Also