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
Public Enumeration OuterControlHandling
public enum class OuterControlHandling
type OuterControlHandling
Members
| Member name | Value | Description |
---|
| fail | 0 |
Fail quickly if files are going to be generated or copied outside of the directory
|
| warn | 1 |
Complete the operation if files will be generated or copied outside of the directory, but log a warning
|
| quiet | 2 |
Quietly finish without generating warnings or errors
|
Remarks Represents the value choices for OT parameter "outer.control"
See Also