Quota Editor control update to support min and max values.

Exchange controller updated to not accept recoverable item space of smaller than
6144MB
This commit is contained in:
robvde 2014-07-20 11:23:52 +08:00
parent 7de55cfd78
commit 03dd3cfad9
7 changed files with 112 additions and 43 deletions

View file

@ -192,7 +192,9 @@
<td>
<uc1:QuotaEditor id="recoverableItemsSpace" runat="server"
QuotaTypeID="2"
QuotaValue="0"
QuotaValue="6144"
QuotaMinValue="6144"
QuotaMaxValue="-1"
ParentQuotaValue="-1">
</uc1:QuotaEditor>
</td>