Share via


Workflow.ReadEnterpriseProjectType method

Gets information about the specified enterprise project type (EPT).

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

Syntax

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

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

Parameters

  • enterpriseProjectTypeUid
    Type: System.Guid

    The GUID of the EPT.

Return value

Type: WebSvcWorkflow.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.

NewProject

Allows the user to create and publish new projects. Global permission.

See also

Reference

Workflow class

Workflow members

WebSvcWorkflow namespace