Workflow.UpdateEnterpriseProjectType Method

Updates an enterprise project type (EPT).

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/UpdateEnterpriseProjectType", 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 Function UpdateEnterpriseProjectType ( _
    workflowDS As WorkflowDataSet _
) As WorkflowDataSet
'Usage
Dim instance As Workflow
Dim workflowDS As WorkflowDataSet
Dim returnValue As WorkflowDataSet

returnValue = instance.UpdateEnterpriseProjectType(workflowDS)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/UpdateEnterpriseProjectType", 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 WorkflowDataSet UpdateEnterpriseProjectType(
    WorkflowDataSet workflowDS
)

Parameters

Return Value

Type: [Workflow Web service].WorkflowDataSet

Remarks

The WorkflowDataSet.EnterpriseProjectTypeRow in WorkflowDataSet.EnterpriseProjectTypeDataTable contains the EPT information.

Project Server Permissions

Permission

Description

ManageWorkflow

Allows the user to manage workflows. Global permission.

See Also

Reference

Workflow Class

Workflow Members

Workflow Web Service