Allows creation of a list of keys to discard.
- Namespace
- Statiq
.Common - Containing Type
- ReadDataModule
<TModule, TItem>
Syntax
public TModule ExcludeKeys(params string[] keys)
Parameters
Name | Type | Description |
---|---|---|
keys | string[] | The keys to discard. |
Return Value
Type | Description |
---|---|
TModule | The current module instance. |