Adding Desktop Experience feature

This commit is contained in:
vfedosevich 2014-12-08 06:26:10 -08:00
parent 6b836fc9f6
commit 4afacd7a11
7 changed files with 1224 additions and 1351 deletions

View file

@ -122,6 +122,12 @@ namespace WebsitePanel.EnterpriseServer
return RemoteDesktopServicesController.GetRdsServer(rdsSeverId);
}
[WebMethod]
public ResultObject SetRDServerNewConnectionAllowed(int itemId, bool newConnectionAllowed, int rdsSeverId)
{
return RemoteDesktopServicesController.SetRDServerNewConnectionAllowed(itemId, newConnectionAllowed, rdsSeverId);
}
[WebMethod]
public List<RdsServer> GetCollectionRdsServers(int collectionId)
{