Microsoft.Protocols.TestSuites.MS_SITESS.SitesSoap.ExportWorkflowTemplateAsync C# (CSharp) Méthode

ExportWorkflowTemplateAsync() public méthode

public ExportWorkflowTemplateAsync ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl ) : void
solutionFileName string
title string
description string
workflowTemplateName string
destinationListUrl string
Résultat void
        public void ExportWorkflowTemplateAsync(string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl) {
            this.ExportWorkflowTemplateAsync(solutionFileName, title, description, workflowTemplateName, destinationListUrl, null);
        }
        

Same methods

SitesSoap::ExportWorkflowTemplateAsync ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl, object userState ) : void