CheckLoadUserProfile
This commit is contained in:
parent
cfb58e3423
commit
444473a73d
10 changed files with 641 additions and 233 deletions
|
@ -670,6 +670,20 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
#region Web Platform Installer
|
||||
|
||||
[WebMethod]
|
||||
public bool CheckLoadUserProfile(int serverId)
|
||||
{
|
||||
return OperatingSystemController.CheckLoadUserProfile(serverId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public void EnableLoadUserProfile(int serverId)
|
||||
{
|
||||
OperatingSystemController.EnableLoadUserProfile(serverId);
|
||||
}
|
||||
|
||||
|
||||
|
||||
[WebMethod]
|
||||
public void InitWPIFeeds(int serverId)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue