Allows creation of a list of keys to keep. If this list any members, any keys other than those in this list will be discarded.
- Namespace
- Statiq
.Common - Containing Type
- ReadDataModule
<TModule, TItem>
Syntax
public TModule IncludeKeys(params string[] keys)
Parameters
Name | Type | Description |
---|---|---|
keys | string[] | The keys to keep. |
Return Value
Type | Description |
---|---|
TModule | The current module instance. |