Share via


CachedData.ClearData Method

Definition

Removes the cached data from the document of an Office solution.

public:
 void ClearData();
public void ClearData ();
member this.ClearData : unit -> unit
Public Sub ClearData ()

Remarks

This method removes the cached data from the document of an Office solution, but does not remove the description of the cached data from the cached data manifest.

To remove the description of the cached data in the cached data manifest in addition to the cached data, use the Clear method.

The cached data manifest is an XML description of the cached data in a document of an Office solution.

Applies to