Summary
Adds a file provider.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- I
File Provider Collection
Syntax
void Add(string scheme, IFileProvider provider)
Parameters
| Name | Type | Description |
|---|---|---|
| scheme | string | The scheme the file provider supports. |
| provider | IFileProvider | The file provider. |
Return Value
| Type | Description |
|---|---|
| void |
