OpenXmlPartContainer.GetExternalRelationship(String) Method

Definition

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.

Applies to