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

ExportSolutionAsync() public méthode

public ExportSolutionAsync ( string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent ) : void
solutionFileName string
title string
description string
fullReuseExportMode bool
includeWebContent bool
Résultat void
        public void ExportSolutionAsync(string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent) {
            this.ExportSolutionAsync(solutionFileName, title, description, fullReuseExportMode, includeWebContent, null);
        }
        

Same methods

SitesSoap::ExportSolutionAsync ( string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent, object userState ) : void