PublishProjectItemsOptionsSyncWithSource Property

Gets or sets a value indicating whether to remove items which exists in the target project but not in the source project.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "syncWithSource", EmitDefaultValue = false)]
public bool SyncWithSource { get; set; }

Property Value

Type: Boolean
Remarks
If this property is set to true during an explicitly selected items publish operation, the children of the selected items in the target project will be synchronized with the source project.
See Also