CachedData.Clear 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 and removes the description of the cached data from the cached data manifest.
public:
void Clear();
public void Clear ();
member this.Clear : unit -> unit
Public Sub Clear ()
Remarks
To remove only the cached data and leave the description of the cached data in the cached data manifest, use the ClearData method.
The cached data manifest is an XML description of the cached data in a document of an Office solution.