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 Enumeration RelLinks
public enum class RelLinks
Members
| Member name | Value | Description |
---|
| none | 0 |
No link is included.
|
| all | 1 |
All links are included
|
| noparent | 2 |
Ancestor and parent links are not included
|
| nofamily | 3 |
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