Click or drag to resize

RelLinks Enumeration


The types of link to include in output of DITA OT processing

Namespace:  Ingeniux.CMS.Dita.OT
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public enum RelLinks
Members
  Member nameValueDescription
none0 No link is included.
all1 All links are included
noparent2 Ancestor and parent links are not included
nofamily3 Parent, ancestor, child, descendant, sibling, next, previous, and cousin links are not included.
Remarks
Represents the value choices for OT parameter "args.rellinks"
See Also