Bug fixes
This commit is contained in:
parent
52c7fb80cc
commit
0611d7bf8f
13 changed files with 2043 additions and 1406 deletions
|
@ -46,6 +46,7 @@ namespace WebsitePanel.Providers.OS
|
|||
private bool isPublished;
|
||||
private WebDavFolderRule[] rules;
|
||||
private string url;
|
||||
private int fsrmQuotaMB;
|
||||
|
||||
public SystemFile()
|
||||
{
|
||||
|
@ -62,6 +63,12 @@ namespace WebsitePanel.Providers.OS
|
|||
this.changed = changed;
|
||||
}
|
||||
|
||||
public int FRSMQuotaMB
|
||||
{
|
||||
get { return fsrmQuotaMB; }
|
||||
set { fsrmQuotaMB = value; }
|
||||
}
|
||||
|
||||
public string FullName
|
||||
{
|
||||
get { return fullName; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue