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