FileName.

WithAllowedCharacters(IEnumerable<string>) Method

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<string> The allowed characters.

Return Value

Type Description
FileName The current module instance.
GitHub