CachedData.FromXml(String) Method

Definition

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.

Applies to