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)
SyntaxIReadOnlyCollection<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.Generic.ICollection<Guid>
The source project IDs.
Return Value
Type:
IReadOnlyCollection<ProjectPublishHistoryInfo>A collection of
ProjectPublishHistoryInfo objects.
Exceptions
See Also