DocsTable Class

Summary

This model is used for the DocsTable partial that renders documents, titles, headers, and summaries as a table.
Assembly
Wyam.Docs.dll
Namespace
Wyam.Docs
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["DocsTable"] class Type type-node

Syntax

public class DocsTable

Properties

Name Value Summary
Docs IList<IDocument>
HasSummary bool
Header string
LinkTypeArguments bool
Title string
GitHub