CachedData.Clear Method
Removes the cached data from the document of an Office solution and removes the description of the cached data from the cached data manifest.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)
Syntax
'Declaration
Public Sub Clear
public void 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.