PublishOptions Class

Specifies options that control the publish operation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.FileSystemPublishOptions

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class PublishOptions

The PublishOptions type exposes the following members.

Constructors
  NameDescription
Public methodPublishOptions
Initializes a new instance of the PublishOptions 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 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 Obsolete.
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