Fix up sharepoint 2013 mess
This commit is contained in:
parent
fed079a14b
commit
42b4d87301
26 changed files with 141 additions and 144 deletions
|
@ -26,11 +26,10 @@
|
|||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.7905
|
||||
// Runtime Version:2.0.50727.8009
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
|
@ -51,6 +50,7 @@ namespace WebsitePanel.EnterpriseServer {
|
|||
using WebsitePanel.Providers;
|
||||
|
||||
|
||||
|
||||
/// <remarks/>
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
|
@ -141,7 +141,7 @@ namespace WebsitePanel.EnterpriseServer {
|
|||
|
||||
/// <remarks/>
|
||||
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetSiteCollectionsPaged", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
||||
public SharePointSiteCollectionListPaged GetSiteCollectionsPaged(int packageId, int organizationId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, string groupName) {
|
||||
public SharePointSiteCollectionListPaged GetSiteCollectionsPaged(int packageId, int organizationId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows) {
|
||||
object[] results = this.Invoke("GetSiteCollectionsPaged", new object[] {
|
||||
packageId,
|
||||
organizationId,
|
||||
|
@ -149,13 +149,12 @@ namespace WebsitePanel.EnterpriseServer {
|
|||
filterValue,
|
||||
sortColumn,
|
||||
startRow,
|
||||
maximumRows,
|
||||
groupName});
|
||||
maximumRows});
|
||||
return ((SharePointSiteCollectionListPaged)(results[0]));
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
public System.IAsyncResult BeginGetSiteCollectionsPaged(int packageId, int organizationId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, string groupName, System.AsyncCallback callback, object asyncState) {
|
||||
public System.IAsyncResult BeginGetSiteCollectionsPaged(int packageId, int organizationId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, System.AsyncCallback callback, object asyncState) {
|
||||
return this.BeginInvoke("GetSiteCollectionsPaged", new object[] {
|
||||
packageId,
|
||||
organizationId,
|
||||
|
@ -163,8 +162,7 @@ namespace WebsitePanel.EnterpriseServer {
|
|||
filterValue,
|
||||
sortColumn,
|
||||
startRow,
|
||||
maximumRows,
|
||||
groupName}, callback, asyncState);
|
||||
maximumRows}, callback, asyncState);
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
|
@ -174,12 +172,12 @@ namespace WebsitePanel.EnterpriseServer {
|
|||
}
|
||||
|
||||
/// <remarks/>
|
||||
public void GetSiteCollectionsPagedAsync(int packageId, int organizationId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, string groupName) {
|
||||
this.GetSiteCollectionsPagedAsync(packageId, organizationId, filterColumn, filterValue, sortColumn, startRow, maximumRows, groupName, null);
|
||||
public void GetSiteCollectionsPagedAsync(int packageId, int organizationId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows) {
|
||||
this.GetSiteCollectionsPagedAsync(packageId, organizationId, filterColumn, filterValue, sortColumn, startRow, maximumRows, null);
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
public void GetSiteCollectionsPagedAsync(int packageId, int organizationId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, string groupName, object userState) {
|
||||
public void GetSiteCollectionsPagedAsync(int packageId, int organizationId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, object userState) {
|
||||
if ((this.GetSiteCollectionsPagedOperationCompleted == null)) {
|
||||
this.GetSiteCollectionsPagedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSiteCollectionsPagedOperationCompleted);
|
||||
}
|
||||
|
@ -190,8 +188,7 @@ namespace WebsitePanel.EnterpriseServer {
|
|||
filterValue,
|
||||
sortColumn,
|
||||
startRow,
|
||||
maximumRows,
|
||||
groupName}, this.GetSiteCollectionsPagedOperationCompleted, userState);
|
||||
maximumRows}, this.GetSiteCollectionsPagedOperationCompleted, userState);
|
||||
}
|
||||
|
||||
private void OnGetSiteCollectionsPagedOperationCompleted(object arg) {
|
||||
|
@ -244,20 +241,18 @@ namespace WebsitePanel.EnterpriseServer {
|
|||
|
||||
/// <remarks/>
|
||||
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetSiteCollections", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
||||
public SharePointSiteCollection[] GetSiteCollections(int packageId, bool recursive, string groupName) {
|
||||
public SharePointSiteCollection[] GetSiteCollections(int packageId, bool recursive) {
|
||||
object[] results = this.Invoke("GetSiteCollections", new object[] {
|
||||
packageId,
|
||||
recursive,
|
||||
groupName});
|
||||
recursive});
|
||||
return ((SharePointSiteCollection[])(results[0]));
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
public System.IAsyncResult BeginGetSiteCollections(int packageId, bool recursive, string groupName, System.AsyncCallback callback, object asyncState) {
|
||||
public System.IAsyncResult BeginGetSiteCollections(int packageId, bool recursive, System.AsyncCallback callback, object asyncState) {
|
||||
return this.BeginInvoke("GetSiteCollections", new object[] {
|
||||
packageId,
|
||||
recursive,
|
||||
groupName}, callback, asyncState);
|
||||
recursive}, callback, asyncState);
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
|
@ -267,19 +262,18 @@ namespace WebsitePanel.EnterpriseServer {
|
|||
}
|
||||
|
||||
/// <remarks/>
|
||||
public void GetSiteCollectionsAsync(int packageId, bool recursive, string groupName) {
|
||||
this.GetSiteCollectionsAsync(packageId, recursive, groupName, null);
|
||||
public void GetSiteCollectionsAsync(int packageId, bool recursive) {
|
||||
this.GetSiteCollectionsAsync(packageId, recursive, null);
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
public void GetSiteCollectionsAsync(int packageId, bool recursive, string groupName, object userState) {
|
||||
public void GetSiteCollectionsAsync(int packageId, bool recursive, object userState) {
|
||||
if ((this.GetSiteCollectionsOperationCompleted == null)) {
|
||||
this.GetSiteCollectionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSiteCollectionsOperationCompleted);
|
||||
}
|
||||
this.InvokeAsync("GetSiteCollections", new object[] {
|
||||
packageId,
|
||||
recursive,
|
||||
groupName}, this.GetSiteCollectionsOperationCompleted, userState);
|
||||
recursive}, this.GetSiteCollectionsOperationCompleted, userState);
|
||||
}
|
||||
|
||||
private void OnGetSiteCollectionsOperationCompleted(object arg) {
|
||||
|
@ -426,18 +420,16 @@ namespace WebsitePanel.EnterpriseServer {
|
|||
|
||||
/// <remarks/>
|
||||
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/AddSiteCollection", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
||||
public int AddSiteCollection(SharePointSiteCollection item, string groupName) {
|
||||
public int AddSiteCollection(SharePointSiteCollection item) {
|
||||
object[] results = this.Invoke("AddSiteCollection", new object[] {
|
||||
item,
|
||||
groupName});
|
||||
item});
|
||||
return ((int)(results[0]));
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
public System.IAsyncResult BeginAddSiteCollection(SharePointSiteCollection item, string groupName, System.AsyncCallback callback, object asyncState) {
|
||||
public System.IAsyncResult BeginAddSiteCollection(SharePointSiteCollection item, System.AsyncCallback callback, object asyncState) {
|
||||
return this.BeginInvoke("AddSiteCollection", new object[] {
|
||||
item,
|
||||
groupName}, callback, asyncState);
|
||||
item}, callback, asyncState);
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
|
@ -447,18 +439,17 @@ namespace WebsitePanel.EnterpriseServer {
|
|||
}
|
||||
|
||||
/// <remarks/>
|
||||
public void AddSiteCollectionAsync(SharePointSiteCollection item, string groupName) {
|
||||
this.AddSiteCollectionAsync(item, groupName, null);
|
||||
public void AddSiteCollectionAsync(SharePointSiteCollection item) {
|
||||
this.AddSiteCollectionAsync(item, null);
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
public void AddSiteCollectionAsync(SharePointSiteCollection item, string groupName, object userState) {
|
||||
public void AddSiteCollectionAsync(SharePointSiteCollection item, object userState) {
|
||||
if ((this.AddSiteCollectionOperationCompleted == null)) {
|
||||
this.AddSiteCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddSiteCollectionOperationCompleted);
|
||||
}
|
||||
this.InvokeAsync("AddSiteCollection", new object[] {
|
||||
item,
|
||||
groupName}, this.AddSiteCollectionOperationCompleted, userState);
|
||||
item}, this.AddSiteCollectionOperationCompleted, userState);
|
||||
}
|
||||
|
||||
private void OnAddSiteCollectionOperationCompleted(object arg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue