IProjectServiceGetProjectPublishHistoryInfos 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 (24.3.0.1000)
Syntax
IReadOnlyCollection<ProjectPublishHistoryInfo> GetProjectPublishHistoryInfos(
	ICollection<Guid> sourceProjectIds
)

Parameters

sourceProjectIds
Type: System.Collections.GenericICollectionGuid
The source project IDs.

Return Value

Type: IReadOnlyCollectionProjectPublishHistoryInfo
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