IRelationshipCollection Interface

Definition

A collection of relationships for a IPackage of IPackagePart.

C#
public interface IRelationshipCollection : System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.IPackageRelationship>
Implements

Properties

Count

Gets a count of the registered relationships.

Item[String]

Gets a relationship by id.

Methods

Contains(String)

Indicates whether a relationship with a given ID is defined.

Create(Uri, TargetMode, String, String)

Creates a relationship to a part with a given URI, target mode, relationship type, and (optional) identifier.

Remove(String)

Deletes the specified relationship.

Applies to

Product Versions
DocumentFormat.OpenXml 3.0.0, 3.0.1