Compartir a través de


del método Workflow.DeleteEnterpriseProjectTypes

Elimina los tipos de proyecto de empresa especificado (EPT).

Espacio de nombres:  WebSvcWorkflow
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
<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() _
)
'Uso
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
)

Parámetros

  • enterpriseProjectTypeUid
    Tipo: []

    Una matriz de GUID, de los tipos de proyecto empresarial para eliminar.

Comentarios

Permisos de Project Server

Permiso

Descripción

ManageWorkflow

Permite al usuario administrar flujos de trabajo. Permiso global.

Vea también

Referencia

clase Workflow

Miembros Workflow

Espacio de nombres WebSvcWorkflow