InputPathMappings Property
Gets the input path mapping dictionary which can be used to add or remove input path mappings.
Namespace
Statiq.Common
Containing Type
IFileSystem
Property Type
IDictionary<NormalizedPath, NormalizedPath>

Syntax

IDictionary<NormalizedPath, NormalizedPath> InputPathMappings { get; }

Value

Type Description
IDictionary<NormalizedPath, NormalizedPath>