OpenXmlPartRootXElementExtensions.SaveXElement(OpenXmlPart) Method

Definition

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

C#
public static bool SaveXElement (this DocumentFormat.OpenXml.Packaging.OpenXmlPart part);

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 SaveXDocument(OpenXmlPart). This method is provided for naming consistency with GetXElement(OpenXmlPart) and SetXElement(OpenXmlPart, XElement).

Applies to

Product Versions
DocumentFormat.OpenXml 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1