Web Console integration
This commit is contained in:
parent
d933862a05
commit
440af2bf77
25 changed files with 2260 additions and 409 deletions
|
@ -101,5 +101,17 @@ namespace WebsitePanel.Server
|
|||
{
|
||||
ZooProvider.SetEnabledEnginesForSite(siteId, engineNames);
|
||||
}
|
||||
|
||||
[WebMethod, SoapHeader("settings")]
|
||||
public bool IsWebCosoleEnabled()
|
||||
{
|
||||
return ZooProvider.IsWebCosoleEnabled();
|
||||
}
|
||||
|
||||
[WebMethod, SoapHeader("settings")]
|
||||
public void SetWebCosoleEnabled(bool enabled)
|
||||
{
|
||||
ZooProvider.SetWebCosoleEnabled(enabled);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue