del método Workflow.CreateEnterpriseProjectType
Crea una plantilla para un tipo de proyecto empresarial (EPT).
Espacio de nombres: WebSvcWorkflow
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/CreateEnterpriseProjectType", 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 CreateEnterpriseProjectType ( _
workflowDS As WorkflowDataSet _
)
'Uso
Dim instance As Workflow
Dim workflowDS As WorkflowDataSet
instance.CreateEnterpriseProjectType(workflowDS)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/CreateEnterpriseProjectType", 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 CreateEnterpriseProjectType(
WorkflowDataSet workflowDS
)
Parámetros
workflowDS
Tipo: WebSvcWorkflow.WorkflowDataSetContiene la información de etp.
Comentarios
El WorkflowDataSet.EnterpriseProjectTypeRow en la WorkflowDataSet.EnterpriseProjectTypeDataTable contiene la información de etp.
Permisos de Project Server
Permiso |
Descripción |
---|---|
Permite al usuario administrar flujos de trabajo. Permiso global. |