Workflow.ReadAvailableEnterpriseProjectTypes method

Reads the enterprise project types (EPTs) that are available to the user for creating a project.

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/ReadAvailableEnterpriseProjectTypes", 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 ReadAvailableEnterpriseProjectTypes As WorkflowDataSet
'Usage
Dim instance As Workflow
Dim returnValue As WorkflowDataSet

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

Return value

Type: WebSvcWorkflow.WorkflowDataSet

Remarks

The departments assigned to the user and the departments assigned to EPTs affect what EPTs are available.

Project Server Permissions

Permission

Description

ChangeWorkflow

Allows a user to change workflows. Global permission.

ManageWorkflow

Allows a user to manage workflows. Global permission.

NewProject

Allows a user to add a new project to the Project Server database. Global permission.

See also

Reference

Workflow class

Workflow members

WebSvcWorkflow namespace