DuplicateProjectOptions Class

The class for specifying options when duplicating projects.
Inheritance Hierarchy
SystemObject
  Dundas.BI.FileSystemDuplicateProjectOptions

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public class DuplicateProjectOptions

The DuplicateProjectOptions type exposes the following members.

Constructors
  NameDescription
Public methodDuplicateProjectOptions
Initializes a new instance of the DuplicateProjectOptions class.
Top
Properties
  NameDescription
Public propertySourceProjectId
Gets the source project ID.
Public propertyTargetProjectName
Gets the target project name.
Public propertyTenantId
Gets or sets the tenant ID.
Public propertyTreatNullTenantIdAsNoTenant
Gets or sets a value indicating whether a null tenant ID should be treated as no tenant.
Top
See Also