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

Parameters

sourceProjectIds  ICollectionGuid
The source project IDs.

Return Value

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