CreateProjectOptions Class

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

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 CreateProjectOptions

The CreateProjectOptions type exposes the following members.

Constructors
  NameDescription
Public methodCreateProjectOptions
Initializes a new instance of the CreateProjectOptions class
Top
Properties
  NameDescription
Public propertyPrivilegeOption
Gets or sets the privilege option to be used.
Public propertyProjectName
Gets or sets the project name.
Public propertyTenantId
Gets or sets the tenant ID.
Top
See Also