Partager via


Project.QueueCreateProposalProjectAndCheckout - Méthode

Obsolète dans Project Server 2013.

Espace de noms :  WebSvcProject
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/QueueCreateProposalProjectAndCheckout", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueCreateProposalProjectAndCheckout ( _
    jobUid As Guid, _
    sessionUid As Guid, _
    sessionDescription As String, _
    projDS As ProjectDataSet, _
    validateOnly As Boolean, _
    publishProject As Boolean _
)
'Utilisation
Dim instance As Project
Dim jobUid As Guid
Dim sessionUid As Guid
Dim sessionDescription As String
Dim projDS As ProjectDataSet
Dim validateOnly As Boolean
Dim publishProject As Boolean

instance.QueueCreateProposalProjectAndCheckout(jobUid, _
    sessionUid, sessionDescription, _
    projDS, validateOnly, publishProject)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/QueueCreateProposalProjectAndCheckout", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueCreateProposalProjectAndCheckout(
    Guid jobUid,
    Guid sessionUid,
    string sessionDescription,
    ProjectDataSet projDS,
    bool validateOnly,
    bool publishProject
)

Paramètres

  • jobUid
    Type : System.Guid

    Le GUID de la tâche de file d'attente.

  • sessionUid
    Type : System.Guid

    Le GUID de la session dans laquelle le travail en file d'attente est envoyé.

  • sessionDescription
    Type : System.String

    Description de la session.

  • validateOnly
    Type : System.Boolean

    Si true, uniquement valide les données d'entrée et n'effectue pas l'action.

  • publishProject
    Type : System.Boolean

    Si true, enregistre le projet dans la base de données publiée.

Remarques

Notes

Project Server 2013 gère les propositions de projet et de flux de travail de gestion de la demande différemment des Office Project Server 2007 et n'utilise pas QueueCreateProposalProjectAndCheckout.

Dans Office Project Server 2007, QueueCreateProposalProjectAndCheckout crée une proposition de projet et crée également un élément de propositions dans une liste SharePoint pour effectuer le suivi du flux de travail pour la proposition. Pour plus d'informations sur le fonctionnement de QueueCreateProposalProjectAndCheckout dans Office Project Server 2007, voir la méthode QueueCreateProposalProjectAndCheckout dans le Kit de développement logiciel Project 2007.

Voir aussi

Référence

Project classe

Project - Membres

WebSvcProject - Espace de noms