Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

GetUsageInfo Method

Gets the total space allowed and used.

Syntax

[VB.NET]
Public Sub GetUsageInfo()
[C#]
public void GetUsageInfo();

Remarks

This method retrieves information about the amount of space currently used, and the total allocated space. After calling this method the following properties will be populated:

The remaining space may be calculated by subtracting UsedSpace from TotalSpace.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]