DocumentFileProvider Class
Represents a sequence of documents as a file system (I.e., for use in the globber).
Namespace
Statiq.Common
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IFileProvider"] click Interface0 "/api/Statiq.Common/IFileProvider" Type["DocumentFileProvider"] class Type type-node

Syntax

public class DocumentFileProvider : IFileProvider

Constructors

Name Summary
DocumentFileProvider(IEnumerable<IDocument>, bool, bool, string) Creates a file provider for a sequence of documents.

Methods

Extension Methods