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

ExportWeb() private méthode

private ExportWeb ( string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize ) : int
jobName string
webUrl string
dataPath string
includeSubwebs bool
includeUserSecurity bool
overWrite bool
cabSize int
Résultat int
        public int ExportWeb(string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize)
        {
            object[] results = this.Invoke("ExportWeb", new object[] {
                        jobName,
                        webUrl,
                        dataPath,
                        includeSubwebs,
                        includeUserSecurity,
                        overWrite,
                        cabSize});
            return ((int)(results[0]));
        }