Summary
A collection of file providers mapped to schemes.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Interfaces
graph BT
Type-.->Interface0["IReadOnlyFileProviderCollection"]
click Interface0 "/api/Wyam.Common.IO/IReadOnlyFileProviderCollection"
Type["IFileProviderCollection"]
class Type type-node
Syntax
public interface IFileProviderCollection : IReadOnlyFileProviderCollection
Methods
Name | Value | Summary |
---|---|---|
Add |
void |
Adds a file provider.
|
Remove |
bool |
Removes a file provider by scheme.
|