RevisionPublishPolicy Enumeration

The publish policy of entity revision applied to a publish operation.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum RevisionPublishPolicy
Members
  Member nameValueDescription
AppendRevision0 When publishing an entity, a new revision is appended to the corresponding item at the target project.
ReplaceRevision1 The entity data of the target project will be removed and replaced by the publishing entities' current revisions.
See Also