ProjectControllerPublishProjects Method

POST /Project/Publish Publish the contents of source projects to target projects.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Publish")]
public IActionResult PublishProjects(
	[FromBodyAttribute] PublishProjectsOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsPublishProjectsOptions
The options for this publish.
sessionId (Optional)
Type: SystemNullableGuid
ID of the current session.

Return Value

Type: IActionResult
The PublishResultData with information on the result, or a status code indicating the reason for failure.
See Also