Managing remote application users
This commit is contained in:
parent
53aff75c14
commit
1c4b8c1006
17 changed files with 881 additions and 6 deletions
|
@ -236,5 +236,16 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return RemoteDesktopServicesController.GetOrganizationRdsUsersCount(itemId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public List<string> GetApplicationUsers(int itemId, int collectionId, RemoteApplication remoteApp)
|
||||
{
|
||||
return RemoteDesktopServicesController.GetApplicationUsers(itemId, collectionId, remoteApp);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public ResultObject SetApplicationUsers(int itemId, int collectionId, RemoteApplication remoteApp, List<string> users)
|
||||
{
|
||||
return RemoteDesktopServicesController.SetApplicationUsers(itemId, collectionId, remoteApp, users);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue