Summary
Creates documents from the specified objects.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- Objects
Syntax
public Objects(IEnumerable<Object> objects)
Parameters
Name | Type | Description |
---|---|---|
objects | IEnumerable |
The objects to create documents for. |
Return Value
Type | Description |
---|---|
void |