_StorageItem.Delete Method

Definition

Permanently removes the StorageItem object from the parent folder.

public:
 void Delete();
public void Delete ();
Public Sub Delete ()

Remarks

This call allows a solution to clean up or reset the storage for its private data. Attempting to delete a StorageItem that has been removed by a prior StorageItem.Delete call will result in the error, "Could not complete the deletion."

For more information on deleting solution data stored in a StorageItem object, see Updating and Deleting Solution Storage

Applies to