Workflow.DeleteEnterpriseProjectTypes método
Exclui os tipos de projeto de empresa especificado (EPTs).
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
<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: []Uma matriz de GUIDs, de EPTs a ser excluído.
Comentários
Permissões do Project Server
Permissão |
Descrição |
---|---|
Permite ao usuário gerenciar fluxos de trabalho. Permissão global. |