CachedData.Clear Method

Definition

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.

Applies to