Share via


Sites.ExportWorkflowTemplate - Méthode

Espace de noms :  WebSvcsites
Assembly :  STSSOAP (dans STSSOAP.dll)

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/ExportWorkflowTemplate", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ExportWorkflowTemplate ( _
    solutionFileName As String, _
    title As String, _
    description As String, _
    workflowTemplateName As String, _
    destinationListUrl As String _
) As String
'Utilisation
Dim instance As Sites
Dim solutionFileName As String
Dim title As String
Dim description As String
Dim workflowTemplateName As String
Dim destinationListUrl As String
Dim returnValue As String

returnValue = instance.ExportWorkflowTemplate(solutionFileName, _
    title, description, workflowTemplateName, _
    destinationListUrl)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/ExportWorkflowTemplate", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string ExportWorkflowTemplate(
    string solutionFileName,
    string title,
    string description,
    string workflowTemplateName,
    string destinationListUrl
)

Paramètres

Valeur renvoyée

Type : System.String

Voir aussi

Référence

Sites classe

Sites - Membres

WebSvcsites - Espace de noms