ReadDataModule<TModule, TItem>.

IncludeKeys(string[]) Method

Summary

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.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Modules
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.
GitHub