Removed old sharepoint service item
This commit is contained in:
parent
dc7bc79cae
commit
1b1748cd86
21 changed files with 1154 additions and 56 deletions
|
@ -39,6 +39,7 @@ using Microsoft.Web.Services3;
|
|||
using WebsitePanel.Providers.Common;
|
||||
using WebsitePanel.Providers.HostedSolution;
|
||||
using WebsitePanel.Providers.RemoteDesktopServices;
|
||||
using WebsitePanel.EnterpriseServer.Base.RDS;
|
||||
|
||||
namespace WebsitePanel.EnterpriseServer
|
||||
{
|
||||
|
@ -367,5 +368,17 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
return RemoteDesktopServicesController.SendRdsSetupLetter(itemId, accountId, to, cc);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public RdsServerSettings GetRdsServerSettings(int serverId, string settingsName)
|
||||
{
|
||||
return RemoteDesktopServicesController.GetRdsServerSettings(serverId, settingsName);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public int UpdateRdsServerSettings(int serverId, string settingsName, RdsServerSettings settings)
|
||||
{
|
||||
return RemoteDesktopServicesController.UpdateRdsServerSettings(serverId, settingsName, settings);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue