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.Common 
- Containing Type
- ReadDataModule<TModule, TItem> 
Syntax
protected abstract IEnumerable<TItem> GetItems(IExecutionContext context)Parameters
| Name | Type | Description | 
|---|---|---|
| context | IExecutionContext | The current execution context. | 
Return Value
| Type | Description | 
|---|---|
| IEnumerable | The objects to create documents from. |