00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #pragma warning disable 1591
00015
00016 namespace Mcs.Epm.MicrosoftProject.mpFx.SiteDataWebService {
00017 using System.Diagnostics;
00018 using System.Web.Services;
00019 using System.ComponentModel;
00020 using System.Web.Services.Protocols;
00021 using System;
00022 using System.Xml.Serialization;
00023
00024
00025
00026 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
00027 [System.Diagnostics.DebuggerStepThroughAttribute()]
00028 [System.ComponentModel.DesignerCategoryAttribute("code")]
00029 [System.Web.Services.WebServiceBindingAttribute(Name="SiteDataSoap", Namespace="http://schemas.microsoft.com/sharepoint/soap/")]
00030 public partial class SiteData : System.Web.Services.Protocols.SoapHttpClientProtocol {
00031
00032 private System.Threading.SendOrPostCallback GetSiteAndWebOperationCompleted;
00033
00034 private System.Threading.SendOrPostCallback GetSiteOperationCompleted;
00035
00036 private System.Threading.SendOrPostCallback GetWebOperationCompleted;
00037
00038 private System.Threading.SendOrPostCallback GetListOperationCompleted;
00039
00040 private System.Threading.SendOrPostCallback GetListItemsOperationCompleted;
00041
00042 private System.Threading.SendOrPostCallback EnumerateFolderOperationCompleted;
00043
00044 private System.Threading.SendOrPostCallback GetAttachmentsOperationCompleted;
00045
00046 private System.Threading.SendOrPostCallback GetURLSegmentsOperationCompleted;
00047
00048 private System.Threading.SendOrPostCallback GetListCollectionOperationCompleted;
00049
00050 private System.Threading.SendOrPostCallback GetContentOperationCompleted;
00051
00052 private System.Threading.SendOrPostCallback GetSiteUrlOperationCompleted;
00053
00054 private System.Threading.SendOrPostCallback GetChangesOperationCompleted;
00055
00056 private bool useDefaultCredentialsSetExplicitly;
00057
00058
00059 public SiteData() {
00060 this.Url = global::Mcs.Epm.MicrosoftProject.mpFx.Properties.Settings.Default.Mcs_Epm_MicrosoftProject_mpFx_SiteDataWebService_SiteData;
00061 if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
00062 this.UseDefaultCredentials = true;
00063 this.useDefaultCredentialsSetExplicitly = false;
00064 }
00065 else {
00066 this.useDefaultCredentialsSetExplicitly = true;
00067 }
00068 }
00069
00070 public new string Url {
00071 get {
00072 return base.Url;
00073 }
00074 set {
00075 if ((((this.IsLocalFileSystemWebService(base.Url) == true)
00076 && (this.useDefaultCredentialsSetExplicitly == false))
00077 && (this.IsLocalFileSystemWebService(value) == false))) {
00078 base.UseDefaultCredentials = false;
00079 }
00080 base.Url = value;
00081 }
00082 }
00083
00084 public new bool UseDefaultCredentials {
00085 get {
00086 return base.UseDefaultCredentials;
00087 }
00088 set {
00089 base.UseDefaultCredentials = value;
00090 this.useDefaultCredentialsSetExplicitly = true;
00091 }
00092 }
00093
00094
00095 public event GetSiteAndWebCompletedEventHandler GetSiteAndWebCompleted;
00096
00097
00098 public event GetSiteCompletedEventHandler GetSiteCompleted;
00099
00100
00101 public event GetWebCompletedEventHandler GetWebCompleted;
00102
00103
00104 public event GetListCompletedEventHandler GetListCompleted;
00105
00106
00107 public event GetListItemsCompletedEventHandler GetListItemsCompleted;
00108
00109
00110 public event EnumerateFolderCompletedEventHandler EnumerateFolderCompleted;
00111
00112
00113 public event GetAttachmentsCompletedEventHandler GetAttachmentsCompleted;
00114
00115
00116 public event GetURLSegmentsCompletedEventHandler GetURLSegmentsCompleted;
00117
00118
00119 public event GetListCollectionCompletedEventHandler GetListCollectionCompleted;
00120
00121
00122 public event GetContentCompletedEventHandler GetContentCompleted;
00123
00124
00125 public event GetSiteUrlCompletedEventHandler GetSiteUrlCompleted;
00126
00127
00128 public event GetChangesCompletedEventHandler GetChangesCompleted;
00129
00130
00131 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetSiteAndWeb", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00132 public uint GetSiteAndWeb(string strUrl, out string strSite, out string strWeb) {
00133 object[] results = this.Invoke("GetSiteAndWeb", new object[] {
00134 strUrl});
00135 strSite = ((string)(results[1]));
00136 strWeb = ((string)(results[2]));
00137 return ((uint)(results[0]));
00138 }
00139
00140
00141 public void GetSiteAndWebAsync(string strUrl) {
00142 this.GetSiteAndWebAsync(strUrl, null);
00143 }
00144
00145
00146 public void GetSiteAndWebAsync(string strUrl, object userState) {
00147 if ((this.GetSiteAndWebOperationCompleted == null)) {
00148 this.GetSiteAndWebOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSiteAndWebOperationCompleted);
00149 }
00150 this.InvokeAsync("GetSiteAndWeb", new object[] {
00151 strUrl}, this.GetSiteAndWebOperationCompleted, userState);
00152 }
00153
00154 private void OnGetSiteAndWebOperationCompleted(object arg) {
00155 if ((this.GetSiteAndWebCompleted != null)) {
00156 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00157 this.GetSiteAndWebCompleted(this, new GetSiteAndWebCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00158 }
00159 }
00160
00161
00162 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetSite", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00163 public uint GetSite(out _sSiteMetadata sSiteMetadata, [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sWebWithTime[] vWebs, out string strUsers, out string strGroups, out string[] vGroups) {
00164 object[] results = this.Invoke("GetSite", new object[0]);
00165 sSiteMetadata = ((_sSiteMetadata)(results[1]));
00166 vWebs = ((_sWebWithTime[])(results[2]));
00167 strUsers = ((string)(results[3]));
00168 strGroups = ((string)(results[4]));
00169 vGroups = ((string[])(results[5]));
00170 return ((uint)(results[0]));
00171 }
00172
00173
00174 public void GetSiteAsync() {
00175 this.GetSiteAsync(null);
00176 }
00177
00178
00179 public void GetSiteAsync(object userState) {
00180 if ((this.GetSiteOperationCompleted == null)) {
00181 this.GetSiteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSiteOperationCompleted);
00182 }
00183 this.InvokeAsync("GetSite", new object[0], this.GetSiteOperationCompleted, userState);
00184 }
00185
00186 private void OnGetSiteOperationCompleted(object arg) {
00187 if ((this.GetSiteCompleted != null)) {
00188 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00189 this.GetSiteCompleted(this, new GetSiteCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00190 }
00191 }
00192
00193
00194 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetWeb", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00195 public uint GetWeb(out _sWebMetadata sWebMetadata, [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sWebWithTime[] vWebs, [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sListWithTime[] vLists, [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sFPUrl[] vFPUrls, out string strRoles, out string[] vRolesUsers, out string[] vRolesGroups) {
00196 object[] results = this.Invoke("GetWeb", new object[0]);
00197 sWebMetadata = ((_sWebMetadata)(results[1]));
00198 vWebs = ((_sWebWithTime[])(results[2]));
00199 vLists = ((_sListWithTime[])(results[3]));
00200 vFPUrls = ((_sFPUrl[])(results[4]));
00201 strRoles = ((string)(results[5]));
00202 vRolesUsers = ((string[])(results[6]));
00203 vRolesGroups = ((string[])(results[7]));
00204 return ((uint)(results[0]));
00205 }
00206
00207
00208 public void GetWebAsync() {
00209 this.GetWebAsync(null);
00210 }
00211
00212
00213 public void GetWebAsync(object userState) {
00214 if ((this.GetWebOperationCompleted == null)) {
00215 this.GetWebOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetWebOperationCompleted);
00216 }
00217 this.InvokeAsync("GetWeb", new object[0], this.GetWebOperationCompleted, userState);
00218 }
00219
00220 private void OnGetWebOperationCompleted(object arg) {
00221 if ((this.GetWebCompleted != null)) {
00222 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00223 this.GetWebCompleted(this, new GetWebCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00224 }
00225 }
00226
00227
00228 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetList", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00229 public uint GetList(string strListName, out _sListMetadata sListMetadata, [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sProperty[] vProperties) {
00230 object[] results = this.Invoke("GetList", new object[] {
00231 strListName});
00232 sListMetadata = ((_sListMetadata)(results[1]));
00233 vProperties = ((_sProperty[])(results[2]));
00234 return ((uint)(results[0]));
00235 }
00236
00237
00238 public void GetListAsync(string strListName) {
00239 this.GetListAsync(strListName, null);
00240 }
00241
00242
00243 public void GetListAsync(string strListName, object userState) {
00244 if ((this.GetListOperationCompleted == null)) {
00245 this.GetListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetListOperationCompleted);
00246 }
00247 this.InvokeAsync("GetList", new object[] {
00248 strListName}, this.GetListOperationCompleted, userState);
00249 }
00250
00251 private void OnGetListOperationCompleted(object arg) {
00252 if ((this.GetListCompleted != null)) {
00253 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00254 this.GetListCompleted(this, new GetListCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00255 }
00256 }
00257
00258
00259 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetListItems", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00260 public string GetListItems(string strListName, string strQuery, string strViewFields, uint uRowLimit) {
00261 object[] results = this.Invoke("GetListItems", new object[] {
00262 strListName,
00263 strQuery,
00264 strViewFields,
00265 uRowLimit});
00266 return ((string)(results[0]));
00267 }
00268
00269
00270 public void GetListItemsAsync(string strListName, string strQuery, string strViewFields, uint uRowLimit) {
00271 this.GetListItemsAsync(strListName, strQuery, strViewFields, uRowLimit, null);
00272 }
00273
00274
00275 public void GetListItemsAsync(string strListName, string strQuery, string strViewFields, uint uRowLimit, object userState) {
00276 if ((this.GetListItemsOperationCompleted == null)) {
00277 this.GetListItemsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetListItemsOperationCompleted);
00278 }
00279 this.InvokeAsync("GetListItems", new object[] {
00280 strListName,
00281 strQuery,
00282 strViewFields,
00283 uRowLimit}, this.GetListItemsOperationCompleted, userState);
00284 }
00285
00286 private void OnGetListItemsOperationCompleted(object arg) {
00287 if ((this.GetListItemsCompleted != null)) {
00288 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00289 this.GetListItemsCompleted(this, new GetListItemsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00290 }
00291 }
00292
00293
00294 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/EnumerateFolder", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00295 public uint EnumerateFolder(string strFolderUrl, [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sFPUrl[] vUrls) {
00296 object[] results = this.Invoke("EnumerateFolder", new object[] {
00297 strFolderUrl});
00298 vUrls = ((_sFPUrl[])(results[1]));
00299 return ((uint)(results[0]));
00300 }
00301
00302
00303 public void EnumerateFolderAsync(string strFolderUrl) {
00304 this.EnumerateFolderAsync(strFolderUrl, null);
00305 }
00306
00307
00308 public void EnumerateFolderAsync(string strFolderUrl, object userState) {
00309 if ((this.EnumerateFolderOperationCompleted == null)) {
00310 this.EnumerateFolderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEnumerateFolderOperationCompleted);
00311 }
00312 this.InvokeAsync("EnumerateFolder", new object[] {
00313 strFolderUrl}, this.EnumerateFolderOperationCompleted, userState);
00314 }
00315
00316 private void OnEnumerateFolderOperationCompleted(object arg) {
00317 if ((this.EnumerateFolderCompleted != null)) {
00318 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00319 this.EnumerateFolderCompleted(this, new EnumerateFolderCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00320 }
00321 }
00322
00323
00324 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetAttachments", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00325 public uint GetAttachments(string strListName, string strItemId, out string[] vAttachments) {
00326 object[] results = this.Invoke("GetAttachments", new object[] {
00327 strListName,
00328 strItemId});
00329 vAttachments = ((string[])(results[1]));
00330 return ((uint)(results[0]));
00331 }
00332
00333
00334 public void GetAttachmentsAsync(string strListName, string strItemId) {
00335 this.GetAttachmentsAsync(strListName, strItemId, null);
00336 }
00337
00338
00339 public void GetAttachmentsAsync(string strListName, string strItemId, object userState) {
00340 if ((this.GetAttachmentsOperationCompleted == null)) {
00341 this.GetAttachmentsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAttachmentsOperationCompleted);
00342 }
00343 this.InvokeAsync("GetAttachments", new object[] {
00344 strListName,
00345 strItemId}, this.GetAttachmentsOperationCompleted, userState);
00346 }
00347
00348 private void OnGetAttachmentsOperationCompleted(object arg) {
00349 if ((this.GetAttachmentsCompleted != null)) {
00350 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00351 this.GetAttachmentsCompleted(this, new GetAttachmentsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00352 }
00353 }
00354
00355
00356 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetURLSegments", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00357 public bool GetURLSegments(string strURL, out string strWebID, out string strBucketID, out string strListID, out string strItemID) {
00358 object[] results = this.Invoke("GetURLSegments", new object[] {
00359 strURL});
00360 strWebID = ((string)(results[1]));
00361 strBucketID = ((string)(results[2]));
00362 strListID = ((string)(results[3]));
00363 strItemID = ((string)(results[4]));
00364 return ((bool)(results[0]));
00365 }
00366
00367
00368 public void GetURLSegmentsAsync(string strURL) {
00369 this.GetURLSegmentsAsync(strURL, null);
00370 }
00371
00372
00373 public void GetURLSegmentsAsync(string strURL, object userState) {
00374 if ((this.GetURLSegmentsOperationCompleted == null)) {
00375 this.GetURLSegmentsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetURLSegmentsOperationCompleted);
00376 }
00377 this.InvokeAsync("GetURLSegments", new object[] {
00378 strURL}, this.GetURLSegmentsOperationCompleted, userState);
00379 }
00380
00381 private void OnGetURLSegmentsOperationCompleted(object arg) {
00382 if ((this.GetURLSegmentsCompleted != null)) {
00383 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00384 this.GetURLSegmentsCompleted(this, new GetURLSegmentsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00385 }
00386 }
00387
00388
00389 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetListCollection", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00390 public uint GetListCollection([System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] out _sList[] vLists) {
00391 object[] results = this.Invoke("GetListCollection", new object[0]);
00392 vLists = ((_sList[])(results[1]));
00393 return ((uint)(results[0]));
00394 }
00395
00396
00397 public void GetListCollectionAsync() {
00398 this.GetListCollectionAsync(null);
00399 }
00400
00401
00402 public void GetListCollectionAsync(object userState) {
00403 if ((this.GetListCollectionOperationCompleted == null)) {
00404 this.GetListCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetListCollectionOperationCompleted);
00405 }
00406 this.InvokeAsync("GetListCollection", new object[0], this.GetListCollectionOperationCompleted, userState);
00407 }
00408
00409 private void OnGetListCollectionOperationCompleted(object arg) {
00410 if ((this.GetListCollectionCompleted != null)) {
00411 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00412 this.GetListCollectionCompleted(this, new GetListCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00413 }
00414 }
00415
00416
00417 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetContent", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00418 public string GetContent(ObjectType objectType, string objectId, string folderUrl, string itemId, bool retrieveChildItems, bool securityOnly, ref string lastItemIdOnPage) {
00419 object[] results = this.Invoke("GetContent", new object[] {
00420 objectType,
00421 objectId,
00422 folderUrl,
00423 itemId,
00424 retrieveChildItems,
00425 securityOnly,
00426 lastItemIdOnPage});
00427 lastItemIdOnPage = ((string)(results[1]));
00428 return ((string)(results[0]));
00429 }
00430
00431
00432 public void GetContentAsync(ObjectType objectType, string objectId, string folderUrl, string itemId, bool retrieveChildItems, bool securityOnly, string lastItemIdOnPage) {
00433 this.GetContentAsync(objectType, objectId, folderUrl, itemId, retrieveChildItems, securityOnly, lastItemIdOnPage, null);
00434 }
00435
00436
00437 public void GetContentAsync(ObjectType objectType, string objectId, string folderUrl, string itemId, bool retrieveChildItems, bool securityOnly, string lastItemIdOnPage, object userState) {
00438 if ((this.GetContentOperationCompleted == null)) {
00439 this.GetContentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetContentOperationCompleted);
00440 }
00441 this.InvokeAsync("GetContent", new object[] {
00442 objectType,
00443 objectId,
00444 folderUrl,
00445 itemId,
00446 retrieveChildItems,
00447 securityOnly,
00448 lastItemIdOnPage}, this.GetContentOperationCompleted, userState);
00449 }
00450
00451 private void OnGetContentOperationCompleted(object arg) {
00452 if ((this.GetContentCompleted != null)) {
00453 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00454 this.GetContentCompleted(this, new GetContentCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00455 }
00456 }
00457
00458
00459 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetSiteUrl", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00460 public uint GetSiteUrl(string Url, out string siteUrl, out string siteId) {
00461 object[] results = this.Invoke("GetSiteUrl", new object[] {
00462 Url});
00463 siteUrl = ((string)(results[1]));
00464 siteId = ((string)(results[2]));
00465 return ((uint)(results[0]));
00466 }
00467
00468
00469 public void GetSiteUrlAsync(string Url) {
00470 this.GetSiteUrlAsync(Url, null);
00471 }
00472
00473
00474 public void GetSiteUrlAsync(string Url, object userState) {
00475 if ((this.GetSiteUrlOperationCompleted == null)) {
00476 this.GetSiteUrlOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSiteUrlOperationCompleted);
00477 }
00478 this.InvokeAsync("GetSiteUrl", new object[] {
00479 Url}, this.GetSiteUrlOperationCompleted, userState);
00480 }
00481
00482 private void OnGetSiteUrlOperationCompleted(object arg) {
00483 if ((this.GetSiteUrlCompleted != null)) {
00484 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00485 this.GetSiteUrlCompleted(this, new GetSiteUrlCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00486 }
00487 }
00488
00489
00490 [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetChanges", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
00491 public string GetChanges(ObjectType objectType, string contentDatabaseId, ref string LastChangeId, ref string CurrentChangeId, int Timeout, out bool moreChanges) {
00492 object[] results = this.Invoke("GetChanges", new object[] {
00493 objectType,
00494 contentDatabaseId,
00495 LastChangeId,
00496 CurrentChangeId,
00497 Timeout});
00498 LastChangeId = ((string)(results[1]));
00499 CurrentChangeId = ((string)(results[2]));
00500 moreChanges = ((bool)(results[3]));
00501 return ((string)(results[0]));
00502 }
00503
00504
00505 public void GetChangesAsync(ObjectType objectType, string contentDatabaseId, string LastChangeId, string CurrentChangeId, int Timeout) {
00506 this.GetChangesAsync(objectType, contentDatabaseId, LastChangeId, CurrentChangeId, Timeout, null);
00507 }
00508
00509
00510 public void GetChangesAsync(ObjectType objectType, string contentDatabaseId, string LastChangeId, string CurrentChangeId, int Timeout, object userState) {
00511 if ((this.GetChangesOperationCompleted == null)) {
00512 this.GetChangesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetChangesOperationCompleted);
00513 }
00514 this.InvokeAsync("GetChanges", new object[] {
00515 objectType,
00516 contentDatabaseId,
00517 LastChangeId,
00518 CurrentChangeId,
00519 Timeout}, this.GetChangesOperationCompleted, userState);
00520 }
00521
00522 private void OnGetChangesOperationCompleted(object arg) {
00523 if ((this.GetChangesCompleted != null)) {
00524 System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
00525 this.GetChangesCompleted(this, new GetChangesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
00526 }
00527 }
00528
00529
00530 public new void CancelAsync(object userState) {
00531 base.CancelAsync(userState);
00532 }
00533
00534 private bool IsLocalFileSystemWebService(string url) {
00535 if (((url == null)
00536 || (url == string.Empty))) {
00537 return false;
00538 }
00539 System.Uri wsUri = new System.Uri(url);
00540 if (((wsUri.Port >= 1024)
00541 && (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) {
00542 return true;
00543 }
00544 return false;
00545 }
00546 }
00547
00548
00549 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")]
00550 [System.SerializableAttribute()]
00551 [System.Diagnostics.DebuggerStepThroughAttribute()]
00552 [System.ComponentModel.DesignerCategoryAttribute("code")]
00553 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")]
00554 public partial class _sSiteMetadata {
00555
00556 private System.DateTime lastModifiedField;
00557
00558 private System.DateTime lastModifiedForceRecrawlField;
00559
00560 private bool smallSiteField;
00561
00562 private string portalUrlField;
00563
00564 private string userProfileGUIDField;
00565
00566 private bool validSecurityInfoField;
00567
00568
00569 public System.DateTime LastModified {
00570 get {
00571 return this.lastModifiedField;
00572 }
00573 set {
00574 this.lastModifiedField = value;
00575 }
00576 }
00577
00578
00579 public System.DateTime LastModifiedForceRecrawl {
00580 get {
00581 return this.lastModifiedForceRecrawlField;
00582 }
00583 set {
00584 this.lastModifiedForceRecrawlField = value;
00585 }
00586 }
00587
00588
00589 public bool SmallSite {
00590 get {
00591 return this.smallSiteField;
00592 }
00593 set {
00594 this.smallSiteField = value;
00595 }
00596 }
00597
00598
00599 public string PortalUrl {
00600 get {
00601 return this.portalUrlField;
00602 }
00603 set {
00604 this.portalUrlField = value;
00605 }
00606 }
00607
00608
00609 public string UserProfileGUID {
00610 get {
00611 return this.userProfileGUIDField;
00612 }
00613 set {
00614 this.userProfileGUIDField = value;
00615 }
00616 }
00617
00618
00619 public bool ValidSecurityInfo {
00620 get {
00621 return this.validSecurityInfoField;
00622 }
00623 set {
00624 this.validSecurityInfoField = value;
00625 }
00626 }
00627 }
00628
00629
00630 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")]
00631 [System.SerializableAttribute()]
00632 [System.Diagnostics.DebuggerStepThroughAttribute()]
00633 [System.ComponentModel.DesignerCategoryAttribute("code")]
00634 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")]
00635 public partial class _sList {
00636
00637 private string internalNameField;
00638
00639 private string titleField;
00640
00641 private string descriptionField;
00642
00643 private string baseTypeField;
00644
00645 private string baseTemplateField;
00646
00647 private string defaultViewUrlField;
00648
00649 private string lastModifiedField;
00650
00651 private string permIdField;
00652
00653 private bool inheritedSecurityField;
00654
00655 private bool allowAnonymousAccessField;
00656
00657 private bool anonymousViewListItemsField;
00658
00659 private int readSecurityField;
00660
00661
00662 public string InternalName {
00663 get {
00664 return this.internalNameField;
00665 }
00666 set {
00667 this.internalNameField = value;
00668 }
00669 }
00670
00671
00672 public string Title {
00673 get {
00674 return this.titleField;
00675 }
00676 set {
00677 this.titleField = value;
00678 }
00679 }
00680
00681
00682 public string Description {
00683 get {
00684 return this.descriptionField;
00685 }
00686 set {
00687 this.descriptionField = value;
00688 }
00689 }
00690
00691
00692 public string BaseType {
00693 get {
00694 return this.baseTypeField;
00695 }
00696 set {
00697 this.baseTypeField = value;
00698 }
00699 }
00700
00701
00702 public string BaseTemplate {
00703 get {
00704 return this.baseTemplateField;
00705 }
00706 set {
00707 this.baseTemplateField = value;
00708 }
00709 }
00710
00711
00712 public string DefaultViewUrl {
00713 get {
00714 return this.defaultViewUrlField;
00715 }
00716 set {
00717 this.defaultViewUrlField = value;
00718 }
00719 }
00720
00721
00722 public string LastModified {
00723 get {
00724 return this.lastModifiedField;
00725 }
00726 set {
00727 this.lastModifiedField = value;
00728 }
00729 }
00730
00731
00732 public string PermId {
00733 get {
00734 return this.permIdField;
00735 }
00736 set {
00737 this.permIdField = value;
00738 }
00739 }
00740
00741
00742 public bool InheritedSecurity {
00743 get {
00744 return this.inheritedSecurityField;
00745 }
00746 set {
00747 this.inheritedSecurityField = value;
00748 }
00749 }
00750
00751
00752 public bool AllowAnonymousAccess {
00753 get {
00754 return this.allowAnonymousAccessField;
00755 }
00756 set {
00757 this.allowAnonymousAccessField = value;
00758 }
00759 }
00760
00761
00762 public bool AnonymousViewListItems {
00763 get {
00764 return this.anonymousViewListItemsField;
00765 }
00766 set {
00767 this.anonymousViewListItemsField = value;
00768 }
00769 }
00770
00771
00772 public int ReadSecurity {
00773 get {
00774 return this.readSecurityField;
00775 }
00776 set {
00777 this.readSecurityField = value;
00778 }
00779 }
00780 }
00781
00782
00783 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")]
00784 [System.SerializableAttribute()]
00785 [System.Diagnostics.DebuggerStepThroughAttribute()]
00786 [System.ComponentModel.DesignerCategoryAttribute("code")]
00787 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")]
00788 public partial class _sProperty {
00789
00790 private string nameField;
00791
00792 private string titleField;
00793
00794 private string typeField;
00795
00796
00797 public string Name {
00798 get {
00799 return this.nameField;
00800 }
00801 set {
00802 this.nameField = value;
00803 }
00804 }
00805
00806
00807 public string Title {
00808 get {
00809 return this.titleField;
00810 }
00811 set {
00812 this.titleField = value;
00813 }
00814 }
00815
00816
00817 public string Type {
00818 get {
00819 return this.typeField;
00820 }
00821 set {
00822 this.typeField = value;
00823 }
00824 }
00825 }
00826
00827
00828 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")]
00829 [System.SerializableAttribute()]
00830 [System.Diagnostics.DebuggerStepThroughAttribute()]
00831 [System.ComponentModel.DesignerCategoryAttribute("code")]
00832 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")]
00833 public partial class _sListMetadata {
00834
00835 private string titleField;
00836
00837 private string descriptionField;
00838
00839 private string baseTypeField;
00840
00841 private string baseTemplateField;
00842
00843 private string defaultViewUrlField;
00844
00845 private System.DateTime lastModifiedField;
00846
00847 private System.DateTime lastModifiedForceRecrawlField;
00848
00849 private string authorField;
00850
00851 private bool validSecurityInfoField;
00852
00853 private bool inheritedSecurityField;
00854
00855 private bool allowAnonymousAccessField;
00856
00857 private bool anonymousViewListItemsField;
00858
00859 private int readSecurityField;
00860
00861 private string permissionsField;
00862
00863
00864 public string Title {
00865 get {
00866 return this.titleField;
00867 }
00868 set {
00869 this.titleField = value;
00870 }
00871 }
00872
00873
00874 public string Description {
00875 get {
00876 return this.descriptionField;
00877 }
00878 set {
00879 this.descriptionField = value;
00880 }
00881 }
00882
00883
00884 public string BaseType {
00885 get {
00886 return this.baseTypeField;
00887 }
00888 set {
00889 this.baseTypeField = value;
00890 }
00891 }
00892
00893
00894 public string BaseTemplate {
00895 get {
00896 return this.baseTemplateField;
00897 }
00898 set {
00899 this.baseTemplateField = value;
00900 }
00901 }
00902
00903
00904 public string DefaultViewUrl {
00905 get {
00906 return this.defaultViewUrlField;
00907 }
00908 set {
00909 this.defaultViewUrlField = value;
00910 }
00911 }
00912
00913
00914 public System.DateTime LastModified {
00915 get {
00916 return this.lastModifiedField;
00917 }
00918 set {
00919 this.lastModifiedField = value;
00920 }
00921 }
00922
00923
00924 public System.DateTime LastModifiedForceRecrawl {
00925 get {
00926 return this.lastModifiedForceRecrawlField;
00927 }
00928 set {
00929 this.lastModifiedForceRecrawlField = value;
00930 }
00931 }
00932
00933
00934 public string Author {
00935 get {
00936 return this.authorField;
00937 }
00938 set {
00939 this.authorField = value;
00940 }
00941 }
00942
00943
00944 public bool ValidSecurityInfo {
00945 get {
00946 return this.validSecurityInfoField;
00947 }
00948 set {
00949 this.validSecurityInfoField = value;
00950 }
00951 }
00952
00953
00954 public bool InheritedSecurity {
00955 get {
00956 return this.inheritedSecurityField;
00957 }
00958 set {
00959 this.inheritedSecurityField = value;
00960 }
00961 }
00962
00963
00964 public bool AllowAnonymousAccess {
00965 get {
00966 return this.allowAnonymousAccessField;
00967 }
00968 set {
00969 this.allowAnonymousAccessField = value;
00970 }
00971 }
00972
00973
00974 public bool AnonymousViewListItems {
00975 get {
00976 return this.anonymousViewListItemsField;
00977 }
00978 set {
00979 this.anonymousViewListItemsField = value;
00980 }
00981 }
00982
00983
00984 public int ReadSecurity {
00985 get {
00986 return this.readSecurityField;
00987 }
00988 set {
00989 this.readSecurityField = value;
00990 }
00991 }
00992
00993
00994 public string Permissions {
00995 get {
00996 return this.permissionsField;
00997 }
00998 set {
00999 this.permissionsField = value;
01000 }
01001 }
01002 }
01003
01004
01005 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")]
01006 [System.SerializableAttribute()]
01007 [System.Diagnostics.DebuggerStepThroughAttribute()]
01008 [System.ComponentModel.DesignerCategoryAttribute("code")]
01009 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")]
01010 public partial class _sFPUrl {
01011
01012 private string urlField;
01013
01014 private System.DateTime lastModifiedField;
01015
01016 private bool isFolderField;
01017
01018
01019 public string Url {
01020 get {
01021 return this.urlField;
01022 }
01023 set {
01024 this.urlField = value;
01025 }
01026 }
01027
01028
01029 public System.DateTime LastModified {
01030 get {
01031 return this.lastModifiedField;
01032 }
01033 set {
01034 this.lastModifiedField = value;
01035 }
01036 }
01037
01038
01039 public bool IsFolder {
01040 get {
01041 return this.isFolderField;
01042 }
01043 set {
01044 this.isFolderField = value;
01045 }
01046 }
01047 }
01048
01049
01050 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")]
01051 [System.SerializableAttribute()]
01052 [System.Diagnostics.DebuggerStepThroughAttribute()]
01053 [System.ComponentModel.DesignerCategoryAttribute("code")]
01054 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")]
01055 public partial class _sListWithTime {
01056
01057 private string internalNameField;
01058
01059 private System.DateTime lastModifiedField;
01060
01061 private bool isEmptyField;
01062
01063
01064 public string InternalName {
01065 get {
01066 return this.internalNameField;
01067 }
01068 set {
01069 this.internalNameField = value;
01070 }
01071 }
01072
01073
01074 public System.DateTime LastModified {
01075 get {
01076 return this.lastModifiedField;
01077 }
01078 set {
01079 this.lastModifiedField = value;
01080 }
01081 }
01082
01083
01084 public bool IsEmpty {
01085 get {
01086 return this.isEmptyField;
01087 }
01088 set {
01089 this.isEmptyField = value;
01090 }
01091 }
01092 }
01093
01094
01095 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")]
01096 [System.SerializableAttribute()]
01097 [System.Diagnostics.DebuggerStepThroughAttribute()]
01098 [System.ComponentModel.DesignerCategoryAttribute("code")]
01099 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")]
01100 public partial class _sWebMetadata {
01101
01102 private string webIDField;
01103
01104 private string titleField;
01105
01106 private string descriptionField;
01107
01108 private string authorField;
01109
01110 private uint languageField;
01111
01112 private System.DateTime lastModifiedField;
01113
01114 private System.DateTime lastModifiedForceRecrawlField;
01115
01116 private string noIndexField;
01117
01118 private bool validSecurityInfoField;
01119
01120 private bool inheritedSecurityField;
01121
01122 private bool allowAnonymousAccessField;
01123
01124 private bool anonymousViewListItemsField;
01125
01126 private string permissionsField;
01127
01128 private bool externalSecurityField;
01129
01130 private string categoryIdField;
01131
01132 private string categoryNameField;
01133
01134 private string categoryIdPathField;
01135
01136 private bool isBucketWebField;
01137
01138 private bool usedInAutocatField;
01139
01140 private string categoryBucketIDField;
01141
01142
01143 public string WebID {
01144 get {
01145 return this.webIDField;
01146 }
01147 set {
01148 this.webIDField = value;
01149 }
01150 }
01151
01152
01153 public string Title {
01154 get {
01155 return this.titleField;
01156 }
01157 set {
01158 this.titleField = value;
01159 }
01160 }
01161
01162
01163 public string Description {
01164 get {
01165 return this.descriptionField;
01166 }
01167 set {
01168 this.descriptionField = value;
01169 }
01170 }
01171
01172
01173 public string Author {
01174 get {
01175 return this.authorField;
01176 }
01177 set {
01178 this.authorField = value;
01179 }
01180 }
01181
01182
01183 public uint Language {
01184 get {
01185 return this.languageField;
01186 }
01187 set {
01188 this.languageField = value;
01189 }
01190 }
01191
01192
01193 public System.DateTime LastModified {
01194 get {
01195 return this.lastModifiedField;
01196 }
01197 set {
01198 this.lastModifiedField = value;
01199 }
01200 }
01201
01202
01203 public System.DateTime LastModifiedForceRecrawl {
01204 get {
01205 return this.lastModifiedForceRecrawlField;
01206 }
01207 set {
01208 this.lastModifiedForceRecrawlField = value;
01209 }
01210 }
01211
01212
01213 public string NoIndex {
01214 get {
01215 return this.noIndexField;
01216 }
01217 set {
01218 this.noIndexField = value;
01219 }
01220 }
01221
01222
01223 public bool ValidSecurityInfo {
01224 get {
01225 return this.validSecurityInfoField;
01226 }
01227 set {
01228 this.validSecurityInfoField = value;
01229 }
01230 }
01231
01232
01233 public bool InheritedSecurity {
01234 get {
01235 return this.inheritedSecurityField;
01236 }
01237 set {
01238 this.inheritedSecurityField = value;
01239 }
01240 }
01241
01242
01243 public bool AllowAnonymousAccess {
01244 get {
01245 return this.allowAnonymousAccessField;
01246 }
01247 set {
01248 this.allowAnonymousAccessField = value;
01249 }
01250 }
01251
01252
01253 public bool AnonymousViewListItems {
01254 get {
01255 return this.anonymousViewListItemsField;
01256 }
01257 set {
01258 this.anonymousViewListItemsField = value;
01259 }
01260 }
01261
01262
01263 public string Permissions {
01264 get {
01265 return this.permissionsField;
01266 }
01267 set {
01268 this.permissionsField = value;
01269 }
01270 }
01271
01272
01273 public bool ExternalSecurity {
01274 get {
01275 return this.externalSecurityField;
01276 }
01277 set {
01278 this.externalSecurityField = value;
01279 }
01280 }
01281
01282
01283 public string CategoryId {
01284 get {
01285 return this.categoryIdField;
01286 }
01287 set {
01288 this.categoryIdField = value;
01289 }
01290 }
01291
01292
01293 public string CategoryName {
01294 get {
01295 return this.categoryNameField;
01296 }
01297 set {
01298 this.categoryNameField = value;
01299 }
01300 }
01301
01302
01303 public string CategoryIdPath {
01304 get {
01305 return this.categoryIdPathField;
01306 }
01307 set {
01308 this.categoryIdPathField = value;
01309 }
01310 }
01311
01312
01313 public bool IsBucketWeb {
01314 get {
01315 return this.isBucketWebField;
01316 }
01317 set {
01318 this.isBucketWebField = value;
01319 }
01320 }
01321
01322
01323 public bool UsedInAutocat {
01324 get {
01325 return this.usedInAutocatField;
01326 }
01327 set {
01328 this.usedInAutocatField = value;
01329 }
01330 }
01331
01332
01333 public string CategoryBucketID {
01334 get {
01335 return this.categoryBucketIDField;
01336 }
01337 set {
01338 this.categoryBucketIDField = value;
01339 }
01340 }
01341 }
01342
01343
01344 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")]
01345 [System.SerializableAttribute()]
01346 [System.Diagnostics.DebuggerStepThroughAttribute()]
01347 [System.ComponentModel.DesignerCategoryAttribute("code")]
01348 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")]
01349 public partial class _sWebWithTime {
01350
01351 private string urlField;
01352
01353 private System.DateTime lastModifiedField;
01354
01355
01356 public string Url {
01357 get {
01358 return this.urlField;
01359 }
01360 set {
01361 this.urlField = value;
01362 }
01363 }
01364
01365
01366 public System.DateTime LastModified {
01367 get {
01368 return this.lastModifiedField;
01369 }
01370 set {
01371 this.lastModifiedField = value;
01372 }
01373 }
01374 }
01375
01376
01377 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.3053")]
01378 [System.SerializableAttribute()]
01379 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")]
01380 public enum ObjectType {
01381
01382
01383 VirtualServer,
01384
01385
01386 ContentDatabase,
01387
01388
01389 SiteCollection,
01390
01391
01392 Site,
01393
01394
01395 List,
01396
01397
01398 Folder,
01399
01400
01401 ListItem,
01402
01403
01404 ListItemAttachments,
01405 }
01406
01407
01408 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01409 public delegate void GetSiteAndWebCompletedEventHandler(object sender, GetSiteAndWebCompletedEventArgs e);
01410
01411
01412 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01413 [System.Diagnostics.DebuggerStepThroughAttribute()]
01414 [System.ComponentModel.DesignerCategoryAttribute("code")]
01415 public partial class GetSiteAndWebCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01416
01417 private object[] results;
01418
01419 internal GetSiteAndWebCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01420 base(exception, cancelled, userState) {
01421 this.results = results;
01422 }
01423
01424
01425 public uint Result {
01426 get {
01427 this.RaiseExceptionIfNecessary();
01428 return ((uint)(this.results[0]));
01429 }
01430 }
01431
01432
01433 public string strSite {
01434 get {
01435 this.RaiseExceptionIfNecessary();
01436 return ((string)(this.results[1]));
01437 }
01438 }
01439
01440
01441 public string strWeb {
01442 get {
01443 this.RaiseExceptionIfNecessary();
01444 return ((string)(this.results[2]));
01445 }
01446 }
01447 }
01448
01449
01450 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01451 public delegate void GetSiteCompletedEventHandler(object sender, GetSiteCompletedEventArgs e);
01452
01453
01454 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01455 [System.Diagnostics.DebuggerStepThroughAttribute()]
01456 [System.ComponentModel.DesignerCategoryAttribute("code")]
01457 public partial class GetSiteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01458
01459 private object[] results;
01460
01461 internal GetSiteCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01462 base(exception, cancelled, userState) {
01463 this.results = results;
01464 }
01465
01466
01467 public uint Result {
01468 get {
01469 this.RaiseExceptionIfNecessary();
01470 return ((uint)(this.results[0]));
01471 }
01472 }
01473
01474
01475 public _sSiteMetadata sSiteMetadata {
01476 get {
01477 this.RaiseExceptionIfNecessary();
01478 return ((_sSiteMetadata)(this.results[1]));
01479 }
01480 }
01481
01482
01483 public _sWebWithTime[] vWebs {
01484 get {
01485 this.RaiseExceptionIfNecessary();
01486 return ((_sWebWithTime[])(this.results[2]));
01487 }
01488 }
01489
01490
01491 public string strUsers {
01492 get {
01493 this.RaiseExceptionIfNecessary();
01494 return ((string)(this.results[3]));
01495 }
01496 }
01497
01498
01499 public string strGroups {
01500 get {
01501 this.RaiseExceptionIfNecessary();
01502 return ((string)(this.results[4]));
01503 }
01504 }
01505
01506
01507 public string[] vGroups {
01508 get {
01509 this.RaiseExceptionIfNecessary();
01510 return ((string[])(this.results[5]));
01511 }
01512 }
01513 }
01514
01515
01516 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01517 public delegate void GetWebCompletedEventHandler(object sender, GetWebCompletedEventArgs e);
01518
01519
01520 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01521 [System.Diagnostics.DebuggerStepThroughAttribute()]
01522 [System.ComponentModel.DesignerCategoryAttribute("code")]
01523 public partial class GetWebCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01524
01525 private object[] results;
01526
01527 internal GetWebCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01528 base(exception, cancelled, userState) {
01529 this.results = results;
01530 }
01531
01532
01533 public uint Result {
01534 get {
01535 this.RaiseExceptionIfNecessary();
01536 return ((uint)(this.results[0]));
01537 }
01538 }
01539
01540
01541 public _sWebMetadata sWebMetadata {
01542 get {
01543 this.RaiseExceptionIfNecessary();
01544 return ((_sWebMetadata)(this.results[1]));
01545 }
01546 }
01547
01548
01549 public _sWebWithTime[] vWebs {
01550 get {
01551 this.RaiseExceptionIfNecessary();
01552 return ((_sWebWithTime[])(this.results[2]));
01553 }
01554 }
01555
01556
01557 public _sListWithTime[] vLists {
01558 get {
01559 this.RaiseExceptionIfNecessary();
01560 return ((_sListWithTime[])(this.results[3]));
01561 }
01562 }
01563
01564
01565 public _sFPUrl[] vFPUrls {
01566 get {
01567 this.RaiseExceptionIfNecessary();
01568 return ((_sFPUrl[])(this.results[4]));
01569 }
01570 }
01571
01572
01573 public string strRoles {
01574 get {
01575 this.RaiseExceptionIfNecessary();
01576 return ((string)(this.results[5]));
01577 }
01578 }
01579
01580
01581 public string[] vRolesUsers {
01582 get {
01583 this.RaiseExceptionIfNecessary();
01584 return ((string[])(this.results[6]));
01585 }
01586 }
01587
01588
01589 public string[] vRolesGroups {
01590 get {
01591 this.RaiseExceptionIfNecessary();
01592 return ((string[])(this.results[7]));
01593 }
01594 }
01595 }
01596
01597
01598 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01599 public delegate void GetListCompletedEventHandler(object sender, GetListCompletedEventArgs e);
01600
01601
01602 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01603 [System.Diagnostics.DebuggerStepThroughAttribute()]
01604 [System.ComponentModel.DesignerCategoryAttribute("code")]
01605 public partial class GetListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01606
01607 private object[] results;
01608
01609 internal GetListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01610 base(exception, cancelled, userState) {
01611 this.results = results;
01612 }
01613
01614
01615 public uint Result {
01616 get {
01617 this.RaiseExceptionIfNecessary();
01618 return ((uint)(this.results[0]));
01619 }
01620 }
01621
01622
01623 public _sListMetadata sListMetadata {
01624 get {
01625 this.RaiseExceptionIfNecessary();
01626 return ((_sListMetadata)(this.results[1]));
01627 }
01628 }
01629
01630
01631 public _sProperty[] vProperties {
01632 get {
01633 this.RaiseExceptionIfNecessary();
01634 return ((_sProperty[])(this.results[2]));
01635 }
01636 }
01637 }
01638
01639
01640 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01641 public delegate void GetListItemsCompletedEventHandler(object sender, GetListItemsCompletedEventArgs e);
01642
01643
01644 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01645 [System.Diagnostics.DebuggerStepThroughAttribute()]
01646 [System.ComponentModel.DesignerCategoryAttribute("code")]
01647 public partial class GetListItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01648
01649 private object[] results;
01650
01651 internal GetListItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01652 base(exception, cancelled, userState) {
01653 this.results = results;
01654 }
01655
01656
01657 public string Result {
01658 get {
01659 this.RaiseExceptionIfNecessary();
01660 return ((string)(this.results[0]));
01661 }
01662 }
01663 }
01664
01665
01666 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01667 public delegate void EnumerateFolderCompletedEventHandler(object sender, EnumerateFolderCompletedEventArgs e);
01668
01669
01670 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01671 [System.Diagnostics.DebuggerStepThroughAttribute()]
01672 [System.ComponentModel.DesignerCategoryAttribute("code")]
01673 public partial class EnumerateFolderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01674
01675 private object[] results;
01676
01677 internal EnumerateFolderCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01678 base(exception, cancelled, userState) {
01679 this.results = results;
01680 }
01681
01682
01683 public uint Result {
01684 get {
01685 this.RaiseExceptionIfNecessary();
01686 return ((uint)(this.results[0]));
01687 }
01688 }
01689
01690
01691 public _sFPUrl[] vUrls {
01692 get {
01693 this.RaiseExceptionIfNecessary();
01694 return ((_sFPUrl[])(this.results[1]));
01695 }
01696 }
01697 }
01698
01699
01700 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01701 public delegate void GetAttachmentsCompletedEventHandler(object sender, GetAttachmentsCompletedEventArgs e);
01702
01703
01704 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01705 [System.Diagnostics.DebuggerStepThroughAttribute()]
01706 [System.ComponentModel.DesignerCategoryAttribute("code")]
01707 public partial class GetAttachmentsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01708
01709 private object[] results;
01710
01711 internal GetAttachmentsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01712 base(exception, cancelled, userState) {
01713 this.results = results;
01714 }
01715
01716
01717 public uint Result {
01718 get {
01719 this.RaiseExceptionIfNecessary();
01720 return ((uint)(this.results[0]));
01721 }
01722 }
01723
01724
01725 public string[] vAttachments {
01726 get {
01727 this.RaiseExceptionIfNecessary();
01728 return ((string[])(this.results[1]));
01729 }
01730 }
01731 }
01732
01733
01734 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01735 public delegate void GetURLSegmentsCompletedEventHandler(object sender, GetURLSegmentsCompletedEventArgs e);
01736
01737
01738 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01739 [System.Diagnostics.DebuggerStepThroughAttribute()]
01740 [System.ComponentModel.DesignerCategoryAttribute("code")]
01741 public partial class GetURLSegmentsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01742
01743 private object[] results;
01744
01745 internal GetURLSegmentsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01746 base(exception, cancelled, userState) {
01747 this.results = results;
01748 }
01749
01750
01751 public bool Result {
01752 get {
01753 this.RaiseExceptionIfNecessary();
01754 return ((bool)(this.results[0]));
01755 }
01756 }
01757
01758
01759 public string strWebID {
01760 get {
01761 this.RaiseExceptionIfNecessary();
01762 return ((string)(this.results[1]));
01763 }
01764 }
01765
01766
01767 public string strBucketID {
01768 get {
01769 this.RaiseExceptionIfNecessary();
01770 return ((string)(this.results[2]));
01771 }
01772 }
01773
01774
01775 public string strListID {
01776 get {
01777 this.RaiseExceptionIfNecessary();
01778 return ((string)(this.results[3]));
01779 }
01780 }
01781
01782
01783 public string strItemID {
01784 get {
01785 this.RaiseExceptionIfNecessary();
01786 return ((string)(this.results[4]));
01787 }
01788 }
01789 }
01790
01791
01792 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01793 public delegate void GetListCollectionCompletedEventHandler(object sender, GetListCollectionCompletedEventArgs e);
01794
01795
01796 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01797 [System.Diagnostics.DebuggerStepThroughAttribute()]
01798 [System.ComponentModel.DesignerCategoryAttribute("code")]
01799 public partial class GetListCollectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01800
01801 private object[] results;
01802
01803 internal GetListCollectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01804 base(exception, cancelled, userState) {
01805 this.results = results;
01806 }
01807
01808
01809 public uint Result {
01810 get {
01811 this.RaiseExceptionIfNecessary();
01812 return ((uint)(this.results[0]));
01813 }
01814 }
01815
01816
01817 public _sList[] vLists {
01818 get {
01819 this.RaiseExceptionIfNecessary();
01820 return ((_sList[])(this.results[1]));
01821 }
01822 }
01823 }
01824
01825
01826 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01827 public delegate void GetContentCompletedEventHandler(object sender, GetContentCompletedEventArgs e);
01828
01829
01830 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01831 [System.Diagnostics.DebuggerStepThroughAttribute()]
01832 [System.ComponentModel.DesignerCategoryAttribute("code")]
01833 public partial class GetContentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01834
01835 private object[] results;
01836
01837 internal GetContentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01838 base(exception, cancelled, userState) {
01839 this.results = results;
01840 }
01841
01842
01843 public string Result {
01844 get {
01845 this.RaiseExceptionIfNecessary();
01846 return ((string)(this.results[0]));
01847 }
01848 }
01849
01850
01851 public string lastItemIdOnPage {
01852 get {
01853 this.RaiseExceptionIfNecessary();
01854 return ((string)(this.results[1]));
01855 }
01856 }
01857 }
01858
01859
01860 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01861 public delegate void GetSiteUrlCompletedEventHandler(object sender, GetSiteUrlCompletedEventArgs e);
01862
01863
01864 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01865 [System.Diagnostics.DebuggerStepThroughAttribute()]
01866 [System.ComponentModel.DesignerCategoryAttribute("code")]
01867 public partial class GetSiteUrlCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01868
01869 private object[] results;
01870
01871 internal GetSiteUrlCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01872 base(exception, cancelled, userState) {
01873 this.results = results;
01874 }
01875
01876
01877 public uint Result {
01878 get {
01879 this.RaiseExceptionIfNecessary();
01880 return ((uint)(this.results[0]));
01881 }
01882 }
01883
01884
01885 public string siteUrl {
01886 get {
01887 this.RaiseExceptionIfNecessary();
01888 return ((string)(this.results[1]));
01889 }
01890 }
01891
01892
01893 public string siteId {
01894 get {
01895 this.RaiseExceptionIfNecessary();
01896 return ((string)(this.results[2]));
01897 }
01898 }
01899 }
01900
01901
01902 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01903 public delegate void GetChangesCompletedEventHandler(object sender, GetChangesCompletedEventArgs e);
01904
01905
01906 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
01907 [System.Diagnostics.DebuggerStepThroughAttribute()]
01908 [System.ComponentModel.DesignerCategoryAttribute("code")]
01909 public partial class GetChangesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
01910
01911 private object[] results;
01912
01913 internal GetChangesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
01914 base(exception, cancelled, userState) {
01915 this.results = results;
01916 }
01917
01918
01919 public string Result {
01920 get {
01921 this.RaiseExceptionIfNecessary();
01922 return ((string)(this.results[0]));
01923 }
01924 }
01925
01926
01927 public string LastChangeId {
01928 get {
01929 this.RaiseExceptionIfNecessary();
01930 return ((string)(this.results[1]));
01931 }
01932 }
01933
01934
01935 public string CurrentChangeId {
01936 get {
01937 this.RaiseExceptionIfNecessary();
01938 return ((string)(this.results[2]));
01939 }
01940 }
01941
01942
01943 public bool moreChanges {
01944 get {
01945 this.RaiseExceptionIfNecessary();
01946 return ((bool)(this.results[3]));
01947 }
01948 }
01949 }
01950 }
01951
01952 #pragma warning restore 1591