C# Class Microsoft.Protocols.TestSuites.MS_SITESS.SitesSoap

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
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 ( )

Private Methods

Method Description
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

Method Details

BeginCreateWeb() public method

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
return System.IAsyncResult

BeginDeleteWeb() public method

public BeginDeleteWeb ( string url, System callback, object asyncState ) : System.IAsyncResult
url string
callback System
asyncState object
return System.IAsyncResult

BeginExportSolution() public method

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
return System.IAsyncResult

BeginExportWeb() public method

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
return System.IAsyncResult

BeginExportWorkflowTemplate() public method

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
return System.IAsyncResult

BeginGetSite() public method

public BeginGetSite ( string SiteUrl, System callback, object asyncState ) : System.IAsyncResult
SiteUrl string
callback System
asyncState object
return System.IAsyncResult

BeginGetSiteTemplates() public method

public BeginGetSiteTemplates ( uint LCID, System callback, object asyncState ) : System.IAsyncResult
LCID uint
callback System
asyncState object
return System.IAsyncResult

BeginGetUpdatedFormDigest() public method

public BeginGetUpdatedFormDigest ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

BeginGetUpdatedFormDigestInformation() public method

public BeginGetUpdatedFormDigestInformation ( string url, System callback, object asyncState ) : System.IAsyncResult
url string
callback System
asyncState object
return System.IAsyncResult

BeginImportWeb() public method

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
return System.IAsyncResult

BeginIsScriptSafeUrl() public method

public BeginIsScriptSafeUrl ( string urls, System callback, object asyncState ) : System.IAsyncResult
urls string
callback System
asyncState object
return System.IAsyncResult

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

CreateWebAsync() public method

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
return void

CreateWebAsync() public method

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
return void

DeleteWebAsync() public method

public DeleteWebAsync ( string url ) : void
url string
return void

DeleteWebAsync() public method

public DeleteWebAsync ( string url, object userState ) : void
url string
userState object
return void

EndCreateWeb() public method

public EndCreateWeb ( System asyncResult ) : CreateWebResponseCreateWebResult
asyncResult System
return CreateWebResponseCreateWebResult

EndDeleteWeb() public method

public EndDeleteWeb ( System asyncResult ) : void
asyncResult System
return void

EndExportSolution() public method

public EndExportSolution ( System asyncResult ) : string
asyncResult System
return string

EndExportWeb() public method

public EndExportWeb ( System asyncResult ) : int
asyncResult System
return int

EndExportWorkflowTemplate() public method

public EndExportWorkflowTemplate ( System asyncResult ) : string
asyncResult System
return string

EndGetSite() public method

public EndGetSite ( System asyncResult ) : string
asyncResult System
return string

EndGetSiteTemplates() public method

public EndGetSiteTemplates ( System asyncResult, Template &TemplateList ) : uint
asyncResult System
TemplateList Template
return uint

EndGetUpdatedFormDigest() public method

public EndGetUpdatedFormDigest ( System asyncResult ) : string
asyncResult System
return string

EndGetUpdatedFormDigestInformation() public method

public EndGetUpdatedFormDigestInformation ( System asyncResult ) : FormDigestInformation
asyncResult System
return FormDigestInformation

EndImportWeb() public method

public EndImportWeb ( System asyncResult ) : int
asyncResult System
return int

EndIsScriptSafeUrl() public method

public EndIsScriptSafeUrl ( System asyncResult ) : bool[]
asyncResult System
return bool[]

ExportSolutionAsync() public method

public ExportSolutionAsync ( string solutionFileName, string title, string description, bool fullReuseExportMode, bool includeWebContent ) : void
solutionFileName string
title string
description string
fullReuseExportMode bool
includeWebContent bool
return void

ExportSolutionAsync() public method

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
return void

ExportWebAsync() public method

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
return void

ExportWebAsync() public method

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
return void

ExportWorkflowTemplateAsync() public method

public ExportWorkflowTemplateAsync ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl ) : void
solutionFileName string
title string
description string
workflowTemplateName string
destinationListUrl string
return void

ExportWorkflowTemplateAsync() public method

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
return void

GetSiteAsync() public method

public GetSiteAsync ( string SiteUrl ) : void
SiteUrl string
return void

GetSiteAsync() public method

public GetSiteAsync ( string SiteUrl, object userState ) : void
SiteUrl string
userState object
return void

GetSiteTemplatesAsync() public method

public GetSiteTemplatesAsync ( uint LCID ) : void
LCID uint
return void

GetSiteTemplatesAsync() public method

public GetSiteTemplatesAsync ( uint LCID, object userState ) : void
LCID uint
userState object
return void

GetUpdatedFormDigestAsync() public method

public GetUpdatedFormDigestAsync ( ) : void
return void

GetUpdatedFormDigestAsync() public method

public GetUpdatedFormDigestAsync ( object userState ) : void
userState object
return void

GetUpdatedFormDigestInformationAsync() public method

public GetUpdatedFormDigestInformationAsync ( string url ) : void
url string
return void

GetUpdatedFormDigestInformationAsync() public method

public GetUpdatedFormDigestInformationAsync ( string url, object userState ) : void
url string
userState object
return void

ImportWebAsync() public method

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
return void

ImportWebAsync() public method

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
return void

IsScriptSafeUrlAsync() public method

public IsScriptSafeUrlAsync ( string urls ) : void
urls string
return void

IsScriptSafeUrlAsync() public method

public IsScriptSafeUrlAsync ( string urls, object userState ) : void
urls string
userState object
return void

SitesSoap() public method

public SitesSoap ( )