PublishProjectsOptions Class

The DTO class for specifying options when publishing projects.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsPublishProjectsOptions

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 PublishProjectsOptions

The PublishProjectsOptions type exposes the following members.

Constructors
  NameDescription
Public methodPublishProjectsOptions
Initializes a new instance of the PublishProjectsOptions class
Top
Properties
  NameDescription
Public propertyEntityCopyOptions
Gets or sets the entity copy options.
Public propertyIgnoreWarnings
Gets or sets a value indicating whether to ignore any warnings and proceed with the publish.
Public propertyProjectIdMapping
Gets or sets the project mappings.
Public propertyPublishReferencedItemsInSameProject
Gets or sets a value indicating whether the items which are referenced by the publishing items shall be published together, provided the referenced items belong to the same projects of the publishing items.
Public propertyRequireCheckedInBeforePublish
Gets or sets a value indicating whether to enforce check-in in source project before publish.
Public propertyRevisionPublishPolicy
Gets or sets the publish policy of entity revision.
Public propertySyncWithSource
Gets or sets a value indicating whether to remove items which exists in the target project but not in the source project.
Top
See Also