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

ImportWebAsync() public méthode

public ImportWebAsync ( string jobName, string webUrl, string dataFiles, string logPath, bool includeUserSecurity, bool overWrite ) : void
jobName string
webUrl string
dataFiles string
logPath string
includeUserSecurity bool
overWrite bool
Résultat void
        public void ImportWebAsync(string jobName, string webUrl, string[] dataFiles, string logPath, bool includeUserSecurity, bool overWrite) {
            this.ImportWebAsync(jobName, webUrl, dataFiles, logPath, includeUserSecurity, overWrite, null);
        }
        

Same methods

SitesSoap::ImportWebAsync ( string jobName, string webUrl, string dataFiles, string logPath, bool includeUserSecurity, bool overWrite, object userState ) : void