Gets the items to convert to documents. The
GetDictionary(TItem)
method
is used to convert each item into a series of key-value pairs that is then used for
document creation.
- Namespace
- Statiq
.Core - Containing Type
- ReadXml
- Overridden
- GetItems
(IExecutionContext)
Syntax
protected override IEnumerable<Dictionary<string, object>> GetItems(IExecutionContext context)
Parameters
Name | Type | Description |
---|---|---|
context | IExecutionContext | The current execution context. |
Return Value
Type | Description |
---|---|
IEnumerable |
The objects to create documents from. |