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

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat System.IAsyncResult

BeginDeleteWeb() public méthode

public BeginDeleteWeb ( string url, System callback, object asyncState ) : System.IAsyncResult
url string
callback System
asyncState object
Résultat System.IAsyncResult

BeginExportSolution() public méthode

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
Résultat System.IAsyncResult

BeginExportWeb() public méthode

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
Résultat System.IAsyncResult

BeginExportWorkflowTemplate() public méthode

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
Résultat System.IAsyncResult

BeginGetSite() public méthode

public BeginGetSite ( string SiteUrl, System callback, object asyncState ) : System.IAsyncResult
SiteUrl string
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetSiteTemplates() public méthode

public BeginGetSiteTemplates ( uint LCID, System callback, object asyncState ) : System.IAsyncResult
LCID uint
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetUpdatedFormDigest() public méthode

public BeginGetUpdatedFormDigest ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

BeginGetUpdatedFormDigestInformation() public méthode

public BeginGetUpdatedFormDigestInformation ( string url, System callback, object asyncState ) : System.IAsyncResult
url string
callback System
asyncState object
Résultat System.IAsyncResult

BeginImportWeb() public méthode

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
Résultat System.IAsyncResult

BeginIsScriptSafeUrl() public méthode

public BeginIsScriptSafeUrl ( string urls, System callback, object asyncState ) : System.IAsyncResult
urls string
callback System
asyncState object
Résultat System.IAsyncResult

CancelAsync() public méthode

public CancelAsync ( object userState ) : void
userState object
Résultat void

CreateWebAsync() public méthode

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
Résultat void

CreateWebAsync() public méthode

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
Résultat void

DeleteWebAsync() public méthode

public DeleteWebAsync ( string url ) : void
url string
Résultat void

DeleteWebAsync() public méthode

public DeleteWebAsync ( string url, object userState ) : void
url string
userState object
Résultat void

EndCreateWeb() public méthode

public EndCreateWeb ( System asyncResult ) : CreateWebResponseCreateWebResult
asyncResult System
Résultat CreateWebResponseCreateWebResult

EndDeleteWeb() public méthode

public EndDeleteWeb ( System asyncResult ) : void
asyncResult System
Résultat void

EndExportSolution() public méthode

public EndExportSolution ( System asyncResult ) : string
asyncResult System
Résultat string

EndExportWeb() public méthode

public EndExportWeb ( System asyncResult ) : int
asyncResult System
Résultat int

EndExportWorkflowTemplate() public méthode

public EndExportWorkflowTemplate ( System asyncResult ) : string
asyncResult System
Résultat string

EndGetSite() public méthode

public EndGetSite ( System asyncResult ) : string
asyncResult System
Résultat string

EndGetSiteTemplates() public méthode

public EndGetSiteTemplates ( System asyncResult, Template &TemplateList ) : uint
asyncResult System
TemplateList Template
Résultat uint

EndGetUpdatedFormDigest() public méthode

public EndGetUpdatedFormDigest ( System asyncResult ) : string
asyncResult System
Résultat string

EndGetUpdatedFormDigestInformation() public méthode

public EndGetUpdatedFormDigestInformation ( System asyncResult ) : FormDigestInformation
asyncResult System
Résultat FormDigestInformation

EndImportWeb() public méthode

public EndImportWeb ( System asyncResult ) : int
asyncResult System
Résultat int

EndIsScriptSafeUrl() public méthode

public EndIsScriptSafeUrl ( System asyncResult ) : bool[]
asyncResult System
Résultat bool[]

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

ExportSolutionAsync() public méthode

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
Résultat void

ExportWebAsync() public méthode

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
Résultat void

ExportWebAsync() public méthode

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
Résultat void

ExportWorkflowTemplateAsync() public méthode

public ExportWorkflowTemplateAsync ( string solutionFileName, string title, string description, string workflowTemplateName, string destinationListUrl ) : void
solutionFileName string
title string
description string
workflowTemplateName string
destinationListUrl string
Résultat void

ExportWorkflowTemplateAsync() public méthode

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
Résultat void

GetSiteAsync() public méthode

public GetSiteAsync ( string SiteUrl ) : void
SiteUrl string
Résultat void

GetSiteAsync() public méthode

public GetSiteAsync ( string SiteUrl, object userState ) : void
SiteUrl string
userState object
Résultat void

GetSiteTemplatesAsync() public méthode

public GetSiteTemplatesAsync ( uint LCID ) : void
LCID uint
Résultat void

GetSiteTemplatesAsync() public méthode

public GetSiteTemplatesAsync ( uint LCID, object userState ) : void
LCID uint
userState object
Résultat void

GetUpdatedFormDigestAsync() public méthode

public GetUpdatedFormDigestAsync ( ) : void
Résultat void

GetUpdatedFormDigestAsync() public méthode

public GetUpdatedFormDigestAsync ( object userState ) : void
userState object
Résultat void

GetUpdatedFormDigestInformationAsync() public méthode

public GetUpdatedFormDigestInformationAsync ( string url ) : void
url string
Résultat void

GetUpdatedFormDigestInformationAsync() public méthode

public GetUpdatedFormDigestInformationAsync ( string url, object userState ) : void
url string
userState object
Résultat void

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

ImportWebAsync() public méthode

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
Résultat void

IsScriptSafeUrlAsync() public méthode

public IsScriptSafeUrlAsync ( string urls ) : void
urls string
Résultat void

IsScriptSafeUrlAsync() public méthode

public IsScriptSafeUrlAsync ( string urls, object userState ) : void
urls string
userState object
Résultat void

SitesSoap() public méthode

public SitesSoap ( )