C# 클래스 Microsoft.Protocols.TestSuites.MS_SITESS.SitesSoap

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )