DuplicateProjectOptions Class

The DTO class for specifying options when duplicating projects.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDuplicateProjectOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
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 propertyPrivilegeOption
Gets or sets the privilege option to be used.
Public propertyProjectName
Gets or sets the project name.
Public propertySourceProjectId
Gets or sets the source project ID.
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