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 |
Creates a file provider for a sequence of documents. |
Methods
Name | Return Value | Summary |
---|---|---|
GetDirectory |
IDirectory | |
GetDocument |
IDocument | |
GetFile |
IFile |