EmptyRecycleBin

Permanently deletes the contents of the recycle bin

This method permanently deletes the contents of the recycle bin.

SOAP action: http://apiconnector.com/v2/ApiService/EmptyRecycleBin

📘

Input and output parameters

The input and output parameters for this method are:

Input parameters
None

Output parameters
None

Example

using (var client = new ApiServiceClient())
{
  client.ClientCredentials.UserName.UserName = "username";
  client.ClientCredentials.UserName.Password = "password";

 client.EmptyRecycleBin();
}