Show / Hide Table of Contents

Class ZipPackageRelationship

A relation ship between two parts in a package

Inheritance
System.Object
ZipPackageRelationship
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Packaging
Assembly: EPPlus.dll
Syntax
public class ZipPackageRelationship

Properties

Id

The relationship Id

Declaration
public string Id { get; }
Property Value
Type Description
System.String

RelationshipType

The relationship type

Declaration
public string RelationshipType { get; }
Property Value
Type Description
System.String

SourceUri

The uri to the source part

Declaration
public Uri SourceUri { get; }
Property Value
Type Description
System.Uri

Target

The target if it's not a valid uri, for example an internal reference to a cell withing the package.

Declaration
public string Target { get; }
Property Value
Type Description
System.String

TargetMode

Target, internal or external

Declaration
public TargetMode TargetMode { get; }
Property Value
Type Description
TargetMode

TargetUri

The uri to the target part

Declaration
public Uri TargetUri { get; set; }
Property Value
Type Description
System.Uri
Back to top Generated by DocFX