Workflow.DeleteEnterpriseProjectTypes Method
Deletes the specified enterprise project types (EPTs).
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/DeleteEnterpriseProjectTypes", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Workflow/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Workflow/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub DeleteEnterpriseProjectTypes ( _
enterpriseProjectTypeUid As Guid() _
)
'Usage
Dim instance As Workflow
Dim enterpriseProjectTypeUid As Guid()
instance.DeleteEnterpriseProjectTypes(enterpriseProjectTypeUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/DeleteEnterpriseProjectTypes", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Workflow/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Workflow/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void DeleteEnterpriseProjectTypes(
Guid[] enterpriseProjectTypeUid
)
Parameters
- enterpriseProjectTypeUid
Type: []
An array of GUIDs, of the EPTs to delete.
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows the user to manage workflows. Global permission. |