CachedData.ClearData 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.
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.