OpenXmlPartContainer.GetExternalRelationship(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.
Gets the specified ExternalRelationship.
public DocumentFormat.OpenXml.Packaging.ExternalRelationship GetExternalRelationship (string id);
member this.GetExternalRelationship : string -> DocumentFormat.OpenXml.Packaging.ExternalRelationship
Public Function GetExternalRelationship (id As String) As ExternalRelationship
Parameters
- id
- String
The relationship ID of the ExternalRelationship.
Returns
Returns the ExternalRelationship which has the relationship ID.
Exceptions
Thrown when the "id" parameter is null.
Thrown when there is no ExternalRelationship with the specified relationship ID.