Summary
Sets the deepest heading level to get. The default is to
only query for top-level headings (level 1).
- Assembly
- Wyam
.Html .dll - Namespace
- Wyam
.Html - Containing Type
- Headings
Syntax
public Headings WithLevel(int level)
Parameters
| Name | Type | Description |
|---|---|---|
| level | int | The deepest heading level to get. |
Return Value
| Type | Description |
|---|---|
| Headings | The current module instance. |
