Summary
Lookup data for all known themes.
- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration - Base Types
-
- Object
- ClassEnum
<KnownTheme>
graph BT
Type-->Base0["ClassEnum<KnownTheme>"]
Base0-->Base1["Object"]
Type["KnownTheme"]
class Type type-node
Syntax
public class KnownTheme : ClassEnum<KnownTheme>
Fields
| Name | Constant Value | Summary |
|---|---|---|
| BlogTemplate |
static
|
|
| CleanBlog |
static
|
|
| None |
static
|
|
| Phantom |
static
|
|
| Samson |
static
|
|
| SolidState |
static
|
|
| Stellar |
static
|
|
| Trophy |
static
|
Properties
| Name | Value | Summary |
|---|---|---|
| InputPath | string |
Path to insert into input paths. If the theme is just a NuGet content package,
the content folder will be automatically included and this can be null. Useful
if the theme exists somewhere else like a GitHub repository.
|
| PackageId | string |
Gets the package containing this theme.
|
| Recipe | string |
Gets the recipe that this theme supports. A null value indicates the theme
is not recipe specific.
|
