DocumentPathTree(IEnumerable<TDocument>, Func<TDocument, NormalizedPath>, string) Constructor
Namespace
Statiq.Common
Containing Type
DocumentPathTree<TDocument>

Syntax

public DocumentPathTree(IEnumerable<TDocument> documents, Func<TDocument, NormalizedPath> pathFunc, string indexFileName)

Parameters

Name Type Description
documents IEnumerable<TDocument>
pathFunc Func<TDocument, NormalizedPath>
indexFileName string