Web Console integration
This commit is contained in:
parent
d933862a05
commit
440af2bf77
25 changed files with 2260 additions and 409 deletions
|
@ -121,6 +121,12 @@ namespace WebsitePanel.Providers.Web
|
|||
void UpdateHeliconApeGroup(string siteId, WebGroup group);
|
||||
void DeleteHeliconApeGroup(string siteId, string groupName);
|
||||
|
||||
// Helicon Zoo
|
||||
WebVirtualDirectory[] GetZooApplications(string siteId);
|
||||
StringResultObject SetZooEnvironmentVariable(string siteId, string appName, string envName, string envValue);
|
||||
StringResultObject SetZooConsoleEnabled(string siteId, string appName);
|
||||
StringResultObject SetZooConsoleDisabled(string siteId, string appName);
|
||||
|
||||
|
||||
// web app gallery
|
||||
bool CheckLoadUserProfile();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue