updateDiskQuota
CDiskQuota::updateDiskQuota(
string ID,
int size,
string action
);
Updates the ID counter for the size value depending on the specified action. Non-static method.
Parameters
Parameter | Description |
---|---|
ID | Counter ID. |
size | Size in bytes. |
action | Counting direction. |
Returned value
Returns true on success, false otherwise.
© «Bitrix24», 2001-2024
Up