PortfolioAnalyses.QueueDeletePlannerSolutions method
Removes the solution from the workflow step.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/QueueDeletePlannerSolutions", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueDeletePlannerSolutions ( _
solutionUIDs As Guid(), _
jobUids As Guid() _
)
'Usage
Dim instance As PortfolioAnalyses
Dim solutionUIDs As Guid()
Dim jobUids As Guid()
instance.QueueDeletePlannerSolutions(solutionUIDs, _
jobUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/QueueDeletePlannerSolutions", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueDeletePlannerSolutions(
Guid[] solutionUIDs,
Guid[] jobUids
)
Parameters
- solutionUIDs
Type: []
- jobUids
Type: []
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to create portfolio analyses. Global permission. |