Open this page in the API Guide

IProjectService.GetProjectPublishHistoryInfos Method

Gets the project publish history information objects.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
IReadOnlyCollection<ProjectPublishHistoryInfo> GetProjectPublishHistoryInfos(
	ICollection<Guid> sourceProjectIds
)

Parameters

sourceProjectIds
Type: System.Collections.Generic.ICollection<Guid>
The source project IDs.

Return Value

Type: IReadOnlyCollection<ProjectPublishHistoryInfo>
A collection of ProjectPublishHistoryInfo objects.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller is not a system administrator.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also