Summary
Specifies the characters to allow in the filename.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- FileName
Syntax
public FileName WithAllowedCharacters(IEnumerable<string> allowedCharacters)
Parameters
| Name | Type | Description |
|---|---|---|
| allowedCharacters | IEnumerable |
The allowed characters. |
Return Value
| Type | Description |
|---|---|
| FileName | The current module instance. |
