_StorageItem.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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