_StorageItem.Save Method

Definition

Saves the StorageItem.

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

Remarks

If the StorageItem has never been saved before, Save saves the item as a hidden item in the Folder on which GetStorage(String, OlStorageIdentifierType) was called. If the StorageItem has been saved previously and the item has since been changed, Save saves the changes to the item. If the StorageItem has been saved previously and the item has not been changed since then, the Save method does nothing.

For more information on saving solution data to a StorageItem object, see Creating and Saving Data to Solution Storage

Applies to