CachedData.FromXml(String) 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.
Reconstructs the cached data in the Office solution from an XML string.
public:
void FromXml(System::String ^ cachedDataManifest);
public void FromXml (string cachedDataManifest);
member this.FromXml : string -> unit
Public Sub FromXml (cachedDataManifest As String)
Parameters
- cachedDataManifest
- String
The XML string to use to reconstruct the cached data in the Office solution.
Exceptions
cachedDataManifest
is null
or an empty string.