Cloud Storage Integrator 2016 ActiveX Edition
Cloud Storage Integrator 2016 ActiveX Edition
Questions / Feedback?

DeleteResource Method

Deletes the specified resource.

Syntax

boxcontrol.DeleteResource 

Remarks

This method deleted the resource specified by ResourceId. Before calling this method ResourceType must also be set to the appropriate value for the resource being deleted.

When deleting a folder the entire contents (including sub-directories) will be deleted.


box.ResourceId = id;
box.ResourceType = BoxResourceTypes.rtFolder;
box.DeleteResource();

When deleting a resource it will be moved to the trash. To permanently delete a resource after it has been moved to the trash call DeleteResource again.

Note: A deleted resource can be identified by checking ResourceDeleted.

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