Merge
This commit is contained in:
commit
a515c9a68c
116 changed files with 198344 additions and 6475 deletions
|
@ -209,5 +209,19 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
get { return this.litigationHoldMsg; }
|
||||
set { this.litigationHoldMsg = value; }
|
||||
}
|
||||
|
||||
bool archiving;
|
||||
public bool Archiving
|
||||
{
|
||||
get { return this.archiving; }
|
||||
set { this.archiving = value; }
|
||||
}
|
||||
|
||||
bool enableArchiving;
|
||||
public bool EnableArchiving
|
||||
{
|
||||
get { return this.enableArchiving; }
|
||||
set { this.enableArchiving = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue