DisplayOptions Enum
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.dll
This public enumerated type defines the display options for reference content links
[Flags]
[Serializable]
public enum DisplayOptions
Fields
| Name | Value | Description |
|---|---|---|
| All |
Show all |
|
| Default |
Default (show template types and parameters) |
|
| ShowContainer | 1 |
Show the containing namespace/class |
| ShowTemplates | 2 |
Show template types |
| ShowParameters | 4 |
Show parameters |