OpenXmlPartContainer.ChangeIdOfPart(OpenXmlPart, String) Method

Definition

Changes the relationship ID of the part.

public string ChangeIdOfPart (DocumentFormat.OpenXml.Packaging.OpenXmlPart part, string newRelationshipId);
member this.ChangeIdOfPart : DocumentFormat.OpenXml.Packaging.OpenXmlPart * string -> string
Public Function ChangeIdOfPart (part As OpenXmlPart, newRelationshipId As String) As String

Parameters

part
OpenXmlPart

The target part.

newRelationshipId
String

The new relationship ID of the part.

Returns

The old relationship ID of the part.

Exceptions

Throw when "part" is null reference or the newRelationshipId is null reference.

Thrown when the part does not exist under this part.

Thrown when the specified relationship id is already used by another part.

Applies to