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
)
Function GetProjectPublishHistoryInfos (
sourceProjectIds As ICollection(Of Guid)
) As IReadOnlyCollection(Of ProjectPublishHistoryInfo)
IReadOnlyCollection<ProjectPublishHistoryInfo^>^ GetProjectPublishHistoryInfos(
ICollection<Guid>^ sourceProjectIds
)
abstract GetProjectPublishHistoryInfos :
sourceProjectIds : ICollection<Guid> -> IReadOnlyCollection<ProjectPublishHistoryInfo>
Parameters
- sourceProjectIds
- Type: System.Collections.GenericICollectionGuid
The source project IDs.
Return Value
Type:
IReadOnlyCollectionProjectPublishHistoryInfoA collection of
ProjectPublishHistoryInfo objects.
Exceptions See Also