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 (26.2.0.1000)
Syntax
[DataContractAttribute]
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 propertyPrivilegeOption Gets or sets the privilege option to be used.
Public propertyProjectNameGets the target project name.
Public propertySourceProjectIdGets the source project ID.
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