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
DocumentFileProvider
object
IFileProvider

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