OpenXmlPartRootXElementExtensions.SaveXDocument(OpenXmlPart) Method

Definition

Saves the current XDocument to the part if it and its Root element is not null.

public static bool SaveXDocument (this DocumentFormat.OpenXml.Packaging.OpenXmlPart part);
static member SaveXDocument : DocumentFormat.OpenXml.Packaging.OpenXmlPart -> bool
<Extension()>
Public Function SaveXDocument (part As OpenXmlPart) As Boolean

Parameters

part
OpenXmlPart

The part to save to.

Returns

true, if the current XDocument was saved to the part; false, otherwise.

Remarks

Calling this method has the same effect as calling . This method is provided for naming consistency with GetXDocument(OpenXmlPart) and SetXDocument(OpenXmlPart, XDocument).

Applies to