Click or drag to resize

OuterControlHandling Enumeration


The choices on how to handle content located outside the directory containing the DITA map

Namespace:  Ingeniux.CMS.Dita.OT
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public enum OuterControlHandling
Members
  Member nameValueDescription
fail0 Fail quickly if files are going to be generated or copied outside of the directory
warn1 Complete the operation if files will be generated or copied outside of the directory, but log a warning
quiet2 Quietly finish without generating warnings or errors
Remarks
Represents the value choices for OT parameter "outer.control"
See Also