C# Класс Microsoft.Protocols.TestSuites.MS_SITESS.SitesSoap

Наследование: System.Web.Services.Protocols.SoapHttpClientProtocol
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BeginCreateWeb ( string url, string title, string description, string templateName, uint language, bool languageSpecified, uint locale, bool localeSpecified, uint collationLocale, bool collationLocaleSpecified, bool uniquePermissions, bool uniquePermissionsSpecified, bool anonymous, bool anonymousSpecified, bool presence, bool presenceSpecified, System callback, object asyncState ) : System.IAsyncResult
BeginDeleteWeb ( string url, System callback, object asyncState ) : System.IAsyncResult
BeginExportSolution ( string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent, System callback, object asyncState ) : System.IAsyncResult
BeginExportWeb ( string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize, System callback, object asyncState ) : System.IAsyncResult
BeginExportWorkflowTemplate ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl, System callback, object asyncState ) : System.IAsyncResult
BeginGetSite ( string SiteUrl, System callback, object asyncState ) : System.IAsyncResult
BeginGetSiteTemplates ( uint LCID, System callback, object asyncState ) : System.IAsyncResult
BeginGetUpdatedFormDigest ( System callback, object asyncState ) : System.IAsyncResult
BeginGetUpdatedFormDigestInformation ( string url, System callback, object asyncState ) : System.IAsyncResult
BeginImportWeb ( string jobName, string webUrl, string dataFiles, string logPath, bool includeUserSecurity, bool overWrite, System callback, object asyncState ) : System.IAsyncResult
BeginIsScriptSafeUrl ( string urls, System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
CreateWebAsync ( string url, string title, string description, string templateName, uint language, bool languageSpecified, uint locale, bool localeSpecified, uint collationLocale, bool collationLocaleSpecified, bool uniquePermissions, bool uniquePermissionsSpecified, bool anonymous, bool anonymousSpecified, bool presence, bool presenceSpecified ) : void
CreateWebAsync ( string url, string title, string description, string templateName, uint language, bool languageSpecified, uint locale, bool localeSpecified, uint collationLocale, bool collationLocaleSpecified, bool uniquePermissions, bool uniquePermissionsSpecified, bool anonymous, bool anonymousSpecified, bool presence, bool presenceSpecified, object userState ) : void
DeleteWebAsync ( string url ) : void
DeleteWebAsync ( string url, object userState ) : void
EndCreateWeb ( System asyncResult ) : CreateWebResponseCreateWebResult
EndDeleteWeb ( System asyncResult ) : void
EndExportSolution ( System asyncResult ) : string
EndExportWeb ( System asyncResult ) : int
EndExportWorkflowTemplate ( System asyncResult ) : string
EndGetSite ( System asyncResult ) : string
EndGetSiteTemplates ( System asyncResult, Template &TemplateList ) : uint
EndGetUpdatedFormDigest ( System asyncResult ) : string
EndGetUpdatedFormDigestInformation ( System asyncResult ) : FormDigestInformation
EndImportWeb ( System asyncResult ) : int
EndIsScriptSafeUrl ( System asyncResult ) : bool[]
ExportSolutionAsync ( string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent ) : void
ExportSolutionAsync ( string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent, object userState ) : void
ExportWebAsync ( string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize ) : void
ExportWebAsync ( string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize, object userState ) : void
ExportWorkflowTemplateAsync ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl ) : void
ExportWorkflowTemplateAsync ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl, object userState ) : void
GetSiteAsync ( string SiteUrl ) : void
GetSiteAsync ( string SiteUrl, object userState ) : void
GetSiteTemplatesAsync ( uint LCID ) : void
GetSiteTemplatesAsync ( uint LCID, object userState ) : void
GetUpdatedFormDigestAsync ( ) : void
GetUpdatedFormDigestAsync ( object userState ) : void
GetUpdatedFormDigestInformationAsync ( string url ) : void
GetUpdatedFormDigestInformationAsync ( string url, object userState ) : void
ImportWebAsync ( string jobName, string webUrl, string dataFiles, string logPath, bool includeUserSecurity, bool overWrite ) : void
ImportWebAsync ( string jobName, string webUrl, string dataFiles, string logPath, bool includeUserSecurity, bool overWrite, object userState ) : void
IsScriptSafeUrlAsync ( string urls ) : void
IsScriptSafeUrlAsync ( string urls, object userState ) : void
SitesSoap ( )

Приватные методы

Метод Описание
CreateWeb ( string url, string title, string description, string templateName, uint language, [ languageSpecified, uint locale, [ localeSpecified, uint collationLocale, [ collationLocaleSpecified, bool uniquePermissions, [ uniquePermissionsSpecified, bool anonymous, [ anonymousSpecified, bool presence, [ presenceSpecified ) : CreateWebResponseCreateWebResult
DeleteWeb ( string url ) : void
ExportSolution ( string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent ) : string
ExportWeb ( string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize ) : int
ExportWorkflowTemplate ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl ) : string
GetSite ( string SiteUrl ) : string
GetSiteTemplates ( uint LCID, Template &TemplateList ) : uint
GetUpdatedFormDigest ( ) : string
GetUpdatedFormDigestInformation ( string url ) : FormDigestInformation
ImportWeb ( string jobName, string webUrl, string dataFiles, string logPath, bool includeUserSecurity, bool overWrite ) : int
IsScriptSafeUrl ( string urls ) : bool[]
OnCreateWebOperationCompleted ( object arg ) : void
OnDeleteWebOperationCompleted ( object arg ) : void
OnExportSolutionOperationCompleted ( object arg ) : void
OnExportWebOperationCompleted ( object arg ) : void
OnExportWorkflowTemplateOperationCompleted ( object arg ) : void
OnGetSiteOperationCompleted ( object arg ) : void
OnGetSiteTemplatesOperationCompleted ( object arg ) : void
OnGetUpdatedFormDigestInformationOperationCompleted ( object arg ) : void
OnGetUpdatedFormDigestOperationCompleted ( object arg ) : void
OnImportWebOperationCompleted ( object arg ) : void
OnIsScriptSafeUrlOperationCompleted ( object arg ) : void

Описание методов

BeginCreateWeb() публичный Метод

public BeginCreateWeb ( string url, string title, string description, string templateName, uint language, bool languageSpecified, uint locale, bool localeSpecified, uint collationLocale, bool collationLocaleSpecified, bool uniquePermissions, bool uniquePermissionsSpecified, bool anonymous, bool anonymousSpecified, bool presence, bool presenceSpecified, System callback, object asyncState ) : System.IAsyncResult
url string
title string
description string
templateName string
language uint
languageSpecified bool
locale uint
localeSpecified bool
collationLocale uint
collationLocaleSpecified bool
uniquePermissions bool
uniquePermissionsSpecified bool
anonymous bool
anonymousSpecified bool
presence bool
presenceSpecified bool
callback System
asyncState object
Результат System.IAsyncResult

BeginDeleteWeb() публичный Метод

public BeginDeleteWeb ( string url, System callback, object asyncState ) : System.IAsyncResult
url string
callback System
asyncState object
Результат System.IAsyncResult

BeginExportSolution() публичный Метод

public BeginExportSolution ( string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent, System callback, object asyncState ) : System.IAsyncResult
solutionFileName string
title string
description string
fullReuseExportMode bool
includeWebContent bool
callback System
asyncState object
Результат System.IAsyncResult

BeginExportWeb() публичный Метод

public BeginExportWeb ( string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize, System callback, object asyncState ) : System.IAsyncResult
jobName string
webUrl string
dataPath string
includeSubwebs bool
includeUserSecurity bool
overWrite bool
cabSize int
callback System
asyncState object
Результат System.IAsyncResult

BeginExportWorkflowTemplate() публичный Метод

public BeginExportWorkflowTemplate ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl, System callback, object asyncState ) : System.IAsyncResult
solutionFileName string
title string
description string
workflowTemplateName string
destinationListUrl string
callback System
asyncState object
Результат System.IAsyncResult

BeginGetSite() публичный Метод

public BeginGetSite ( string SiteUrl, System callback, object asyncState ) : System.IAsyncResult
SiteUrl string
callback System
asyncState object
Результат System.IAsyncResult

BeginGetSiteTemplates() публичный Метод

public BeginGetSiteTemplates ( uint LCID, System callback, object asyncState ) : System.IAsyncResult
LCID uint
callback System
asyncState object
Результат System.IAsyncResult

BeginGetUpdatedFormDigest() публичный Метод

public BeginGetUpdatedFormDigest ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

BeginGetUpdatedFormDigestInformation() публичный Метод

public BeginGetUpdatedFormDigestInformation ( string url, System callback, object asyncState ) : System.IAsyncResult
url string
callback System
asyncState object
Результат System.IAsyncResult

BeginImportWeb() публичный Метод

public BeginImportWeb ( string jobName, string webUrl, string dataFiles, string logPath, bool includeUserSecurity, bool overWrite, System callback, object asyncState ) : System.IAsyncResult
jobName string
webUrl string
dataFiles string
logPath string
includeUserSecurity bool
overWrite bool
callback System
asyncState object
Результат System.IAsyncResult

BeginIsScriptSafeUrl() публичный Метод

public BeginIsScriptSafeUrl ( string urls, System callback, object asyncState ) : System.IAsyncResult
urls string
callback System
asyncState object
Результат System.IAsyncResult

CancelAsync() публичный Метод

public CancelAsync ( object userState ) : void
userState object
Результат void

CreateWebAsync() публичный Метод

public CreateWebAsync ( string url, string title, string description, string templateName, uint language, bool languageSpecified, uint locale, bool localeSpecified, uint collationLocale, bool collationLocaleSpecified, bool uniquePermissions, bool uniquePermissionsSpecified, bool anonymous, bool anonymousSpecified, bool presence, bool presenceSpecified ) : void
url string
title string
description string
templateName string
language uint
languageSpecified bool
locale uint
localeSpecified bool
collationLocale uint
collationLocaleSpecified bool
uniquePermissions bool
uniquePermissionsSpecified bool
anonymous bool
anonymousSpecified bool
presence bool
presenceSpecified bool
Результат void

CreateWebAsync() публичный Метод

public CreateWebAsync ( string url, string title, string description, string templateName, uint language, bool languageSpecified, uint locale, bool localeSpecified, uint collationLocale, bool collationLocaleSpecified, bool uniquePermissions, bool uniquePermissionsSpecified, bool anonymous, bool anonymousSpecified, bool presence, bool presenceSpecified, object userState ) : void
url string
title string
description string
templateName string
language uint
languageSpecified bool
locale uint
localeSpecified bool
collationLocale uint
collationLocaleSpecified bool
uniquePermissions bool
uniquePermissionsSpecified bool
anonymous bool
anonymousSpecified bool
presence bool
presenceSpecified bool
userState object
Результат void

DeleteWebAsync() публичный Метод

public DeleteWebAsync ( string url ) : void
url string
Результат void

DeleteWebAsync() публичный Метод

public DeleteWebAsync ( string url, object userState ) : void
url string
userState object
Результат void

EndCreateWeb() публичный Метод

public EndCreateWeb ( System asyncResult ) : CreateWebResponseCreateWebResult
asyncResult System
Результат CreateWebResponseCreateWebResult

EndDeleteWeb() публичный Метод

public EndDeleteWeb ( System asyncResult ) : void
asyncResult System
Результат void

EndExportSolution() публичный Метод

public EndExportSolution ( System asyncResult ) : string
asyncResult System
Результат string

EndExportWeb() публичный Метод

public EndExportWeb ( System asyncResult ) : int
asyncResult System
Результат int

EndExportWorkflowTemplate() публичный Метод

public EndExportWorkflowTemplate ( System asyncResult ) : string
asyncResult System
Результат string

EndGetSite() публичный Метод

public EndGetSite ( System asyncResult ) : string
asyncResult System
Результат string

EndGetSiteTemplates() публичный Метод

public EndGetSiteTemplates ( System asyncResult, Template &TemplateList ) : uint
asyncResult System
TemplateList Template
Результат uint

EndGetUpdatedFormDigest() публичный Метод

public EndGetUpdatedFormDigest ( System asyncResult ) : string
asyncResult System
Результат string

EndGetUpdatedFormDigestInformation() публичный Метод

public EndGetUpdatedFormDigestInformation ( System asyncResult ) : FormDigestInformation
asyncResult System
Результат FormDigestInformation

EndImportWeb() публичный Метод

public EndImportWeb ( System asyncResult ) : int
asyncResult System
Результат int

EndIsScriptSafeUrl() публичный Метод

public EndIsScriptSafeUrl ( System asyncResult ) : bool[]
asyncResult System
Результат bool[]

ExportSolutionAsync() публичный Метод

public ExportSolutionAsync ( string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent ) : void
solutionFileName string
title string
description string
fullReuseExportMode bool
includeWebContent bool
Результат void

ExportSolutionAsync() публичный Метод

public ExportSolutionAsync ( string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent, object userState ) : void
solutionFileName string
title string
description string
fullReuseExportMode bool
includeWebContent bool
userState object
Результат void

ExportWebAsync() публичный Метод

public ExportWebAsync ( string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize ) : void
jobName string
webUrl string
dataPath string
includeSubwebs bool
includeUserSecurity bool
overWrite bool
cabSize int
Результат void

ExportWebAsync() публичный Метод

public ExportWebAsync ( string jobName, string webUrl, string dataPath, bool includeSubwebs, bool includeUserSecurity, bool overWrite, int cabSize, object userState ) : void
jobName string
webUrl string
dataPath string
includeSubwebs bool
includeUserSecurity bool
overWrite bool
cabSize int
userState object
Результат void

ExportWorkflowTemplateAsync() публичный Метод

public ExportWorkflowTemplateAsync ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl ) : void
solutionFileName string
title string
description string
workflowTemplateName string
destinationListUrl string
Результат void

ExportWorkflowTemplateAsync() публичный Метод

public ExportWorkflowTemplateAsync ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl, object userState ) : void
solutionFileName string
title string
description string
workflowTemplateName string
destinationListUrl string
userState object
Результат void

GetSiteAsync() публичный Метод

public GetSiteAsync ( string SiteUrl ) : void
SiteUrl string
Результат void

GetSiteAsync() публичный Метод

public GetSiteAsync ( string SiteUrl, object userState ) : void
SiteUrl string
userState object
Результат void

GetSiteTemplatesAsync() публичный Метод

public GetSiteTemplatesAsync ( uint LCID ) : void
LCID uint
Результат void

GetSiteTemplatesAsync() публичный Метод

public GetSiteTemplatesAsync ( uint LCID, object userState ) : void
LCID uint
userState object
Результат void

GetUpdatedFormDigestAsync() публичный Метод

public GetUpdatedFormDigestAsync ( ) : void
Результат void

GetUpdatedFormDigestAsync() публичный Метод

public GetUpdatedFormDigestAsync ( object userState ) : void
userState object
Результат void

GetUpdatedFormDigestInformationAsync() публичный Метод

public GetUpdatedFormDigestInformationAsync ( string url ) : void
url string
Результат void

GetUpdatedFormDigestInformationAsync() публичный Метод

public GetUpdatedFormDigestInformationAsync ( string url, object userState ) : void
url string
userState object
Результат void

ImportWebAsync() публичный Метод

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
Результат void

ImportWebAsync() публичный Метод

public ImportWebAsync ( string jobName, string webUrl, string dataFiles, string logPath, bool includeUserSecurity, bool overWrite, object userState ) : void
jobName string
webUrl string
dataFiles string
logPath string
includeUserSecurity bool
overWrite bool
userState object
Результат void

IsScriptSafeUrlAsync() публичный Метод

public IsScriptSafeUrlAsync ( string urls ) : void
urls string
Результат void

IsScriptSafeUrlAsync() публичный Метод

public IsScriptSafeUrlAsync ( string urls, object userState ) : void
urls string
userState object
Результат void

SitesSoap() публичный Метод

public SitesSoap ( )