Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the solution from the workflow step.
Namespace: [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl
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. New in Project Server 2010. Global permission. |