Click or drag to resize

ITHit.WebDAV.Server.Quota Namespace

IT Hit WebDAV Classes Reference
This namespace provides interfaces for creating server which supports used and free space reporting.
Classes
  ClassDescription
Public classInsufficientStorageException
Shall be thrown if quota limits are exceeded or there is no physical space left.
Interfaces
  InterfaceDescription
Public interfaceIQuota
If your server implementation needs to support quotas, this interface must be implemented by collections (items which implement IFolder, IPrincipalFolder etc. interfaces). Optionally this interface can be implemented by other items depending on your requirements.