OpenXmlPartContainer.ChangeIdOfPart(OpenXmlPart, 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.
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.