API Reference

Class

MasterRelationshipContent

Namespace OfficeIMO.Visio.VisioAssets
Assembly OfficeIMO.Visio
Modifiers sealed

A relationship from a master part to another package part or external target.

Inheritance

  • Object
  • MasterRelationshipContent

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public MasterRelationshipContent() #

Properties

public String Id { get; set; } #

Relationship id from the source master part.

public String Type { get; set; } #

Relationship type URI.

public String Target { get; set; } #

Original relationship target.

public Boolean IsExternal { get; set; } #

Whether the relationship points outside the package.

public String ContentType { get; set; } #

Content type of the internal target part, when known.

public String Extension { get; set; } #

File extension for the copied internal target part.

public Byte[] Data { get; set; } #

Raw internal target part bytes.