Project::QueuePublishSummary method
Publishes the stage summaries of the specified project, in a partial publish operation.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Parameters
- jobUid
- Type: System.Guid
The GUID of the queue job.
- projectUid
- Type: System.Guid
The GUID of the project.
Return value
Type: WebSvcProject.ProjectRelationsDataSetThe ProjectRelationsDataSet is empty when doing a partial publish of stage summaries. It is returned to provide parity with the QueuePublish method.
The QueuePublishSummary method checks whether the Published database contains a lower version number of the project than the Drafts database. If so, QueuePublishSummary calls QueuePublish to do a full publish.
QueuePublishSummary is a new method in Project Server 2013. QueuePublishSummary is an asynchronous method that sends a publish summary message to the Project Server queue.
Project Server Permissions
Permission | Description |
|---|---|
Allows a user to edit the new project. Category permission. | |
Allows a user to save the specified project. Category permission. |
If the user does not have both permissions, Project Server issues a GeneralSecurityAccessDenied error.