web portal folder permission fix

This commit is contained in:
vfedosevich 2015-01-10 06:00:59 -08:00
parent 833b7c1aa4
commit 5d37adf09b
7 changed files with 33 additions and 3 deletions

View file

@ -23,6 +23,8 @@ namespace WebsitePanel.WebDavPortal.Models
}
}
public string DisplayName { get; set; }
public IEnumerable<ExchangeAccount> Groups { get; set; }
public string LdapError { get; set; }