IProjectServicePublishProjects Method |
Publish the contents of source projects to target projects.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax PublishResult PublishProjects(
IDictionary<Guid, Guid> projectIdMapping,
PublishOptions publishOptions
)
Function PublishProjects (
projectIdMapping As IDictionary(Of Guid, Guid),
publishOptions As PublishOptions
) As PublishResult
PublishResult^ PublishProjects(
IDictionary<Guid, Guid>^ projectIdMapping,
PublishOptions^ publishOptions
)
abstract PublishProjects :
projectIdMapping : IDictionary<Guid, Guid> *
publishOptions : PublishOptions -> PublishResult
Parameters
- projectIdMapping
- Type: System.Collections.GenericIDictionaryGuid, Guid
A collection of key value pairs having the source project IDs as keys and target project IDs as values. - publishOptions
- Type: Dundas.BI.FileSystemPublishOptions
Options affecting the behavior of the publish operation.
Return Value
Type:
PublishResultThe result of the publish operation.
Exceptions See Also