DisplayOptions Enumeration

This public enumerated type defines the display options for reference content links

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.2.18.0
[SerializableAttribute]
[FlagsAttribute]
public enum DisplayOptions

Members

ShowContainer0x01Show the containing namespace/class
ShowTemplates0x02Show template types
ShowParameters0x04Show parameters
Default0x06Default (show template types and parameters)
All0x07Show all

See Also