Table of Contents

Property Relationships

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Relationships

Gets the source package's relationship table, in discovery order, or an empty list for documents created in memory. See PackageRelationship for why a writer needs it.

public IReadOnlyList<PackageRelationship> Relationships { get; }

Property Value

IReadOnlyList<PackageRelationship>