Open this page in the API Guide

ExportConfig.PublishHistoryIds Property

Gets a set containing the IDs (mappings between source and target project IDs) of all publish histories to export.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ISet<(Guid SourceProjectId, Guid TargetProjectId)> PublishHistoryIds { get; }

Property Value

Type: ISet<ValueTuple<Guid, Guid>>
See Also