webdav portal config refactoring
This commit is contained in:
parent
82a9151241
commit
4122caa16d
21 changed files with 39 additions and 2841 deletions
|
@ -47,6 +47,11 @@ namespace WebsitePanel.WebDav.Core.Config
|
|||
get { return _configSection.AuthTimeoutCookieName.Value; }
|
||||
}
|
||||
|
||||
public string EnterpriseServerUrl
|
||||
{
|
||||
get { return _configSection.EnterpriseServerUrl.Value; }
|
||||
}
|
||||
|
||||
public ElementsRendering ElementsRendering { get; private set; }
|
||||
public WebsitePanelConstantUserParameters WebsitePanelConstantUserParameters { get; private set; }
|
||||
public SessionKeysCollection SessionKeys { get; private set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue