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:
parent
7de55cfd78
commit
03dd3cfad9
7 changed files with 112 additions and 43 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue