Relationship Type
A relationship entry in a .rels file in the archive.
Remarks
A relationship represents a reference to another part within the archive.
A relationship entry specifies a part name, the type of relationship (what it means) and a unique Id for this relation in the currently selected relationship file.
Fields
ContentType String |
The content type for the part referenced by this relationship, resolved from [Content_Types].xml according to the Open XML packaging specification rules. |
Id String |
The unique ID of this relationship within this .rels file |
PartName String |
The name of the part this relationship entry applies to. |
TypeURI String |
The XML namespace URI that specifies the meaning of this relationship. |
Constructors
[VB.NET] Public Relationship() [C#] public Relationship();