ContentRelationship

Represents a relationship, such as a link or graphic reference, between two files.

Properties

ItemIdentifier source
The identifier for the source of the relationship.
ItemIdentifier target
The identifier for the target of the relationship. May be null if the referenced file does not exist, in which case the location of the missing object is identified by targetPathInProject .
RelationshipType type
The relationship type. The possible values are PARENT_CHILD , LINK , or GRAPHIC .
String targetPathInProject
The project path of the object being referenced.
String refTagInfo
Retrieves the tag name or DITA class of the reference.
boolean resolved
Whether the reference is resolved, that is, the target object exists.