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 (26.2.0.1000)
Syntax
public class DuplicateProjectOptions

The DuplicateProjectOptions type exposes the following members.

Constructors
 NameDescription
Public methodDuplicateProjectOptionsInitializes a new instance of the DuplicateProjectOptions class.
Top
Properties
 NameDescription
Public propertySourceProjectIdGets the source project ID.
Public propertyTargetProjectNameGets the target project name.
Public propertyTenantIdGets or sets the tenant ID.
Public propertyTreatNullTenantIdAsNoTenantGets or sets a value indicating whether a null tenant ID should be treated as no tenant.
Top
See Also