IFileProviderCollection.

Remove(string) Method

Summary

Removes a file provider by scheme.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
IFileProviderCollection

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.
GitHub