PublishProjectItemsOptions Class

The DTO class for specifying options when publishing project items.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsPublishProjectItemsOptions

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 PublishProjectItemsOptions

The PublishProjectItemsOptions type exposes the following members.

Constructors
 NameDescription
Public methodPublishProjectItemsOptionsInitializes a new instance of the PublishProjectItemsOptions 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 propertyItemIds Gets or sets the IDs of the items to publish.
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