C# Class System.IO.Packaging.PackageRelationship

This class is used to express a relationship between a source and a target part. The only way to create a PackageRelationship, is to call the PackagePart.CreateRelationship() or Package.CreateRelationship(). A relationship is owned by a part or by the package itself. If the source part is deleted all the relationships it owns are also deleted. A target of the relationship need not be present.
Afficher le fichier Open project: WordDocX/DocX Class Usage Examples

Private Methods

Méthode Description
PackageRelationship ( string id, Package package, string relationshipType, Uri sourceUri, TargetMode targetMode, Uri targetUri ) : System