EntryCreationOptions(EntryCreationOptions) Constructor

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

Parameters

options  EntryCreationOptions
The instance from which values should be copied.
Exceptions
ExceptionCondition
ArgumentNullExceptionoptions was .
See Also