Discuss this help topic in SecureBlackbox Forum
Returns the number of quota bytes used by trashed items.
Declaration
[C#]
long QuotaBytesUsedInTrash;
[VB.NET]
Property QuotaBytesUsedInTrash As Long
[Pascal]
property QuotaBytesUsedInTrash: Int64;
[C++]
int64_t get_QuotaBytesUsedInTrash();
[PHP]
integer get_QuotaBytesUsedInTrash()
[Java]
long getQuotaBytesUsedInTrash();
Description
Use this property to check the number of quota bytes used by trashed items
Discuss this help topic in SecureBlackbox Forum