Summary
Removes a file provider by scheme.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- I
File Provider Collection
Syntax
bool Remove(string scheme)
Parameters
Name | Type | Description |
---|---|---|
scheme | string | The scheme to remove. |
Return Value
Type | Description |
---|---|
bool | true if the provider was found and removed,
false if the provider was not found. |