Objects.

Objects(IEnumerable<Object>) Constructor

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<Object> The objects to create documents for.

Return Value

Type Description
void
GitHub