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

ExportWorkflowTemplate() private méthode

private ExportWorkflowTemplate ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl ) : string
solutionFileName string
title string
description string
workflowTemplateName string
destinationListUrl string
Résultat string
        public string ExportWorkflowTemplate(string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl) {
            object[] results = this.Invoke("ExportWorkflowTemplate", new object[] {
                        solutionFileName,
                        title,
                        description,
                        workflowTemplateName,
                        destinationListUrl});
            return ((string)(results[0]));
        }