Summary
Tries to get the requested file provider.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- I
Read Only File Provider Collection
Syntax
bool TryGet(string scheme, out IFileProvider fileProvider)
Parameters
| Name | Type | Description |
|---|---|---|
| scheme | string | The scheme the provider supports. |
| fileProvider | IFileProvider | The file provider. |
Return Value
| Type | Description |
|---|---|
| bool | true if the provider was found, otherwise false. |
