ExcludedPaths Property
Gets the excluded paths collection which can be used to excluded specific paths from the input paths. Any IDirectory or IFile within an excluded path will appear to be non-existing.
Namespace
Statiq.Common
Containing Type
IReadOnlyFileSystem
Property Type
IReadOnlyList<NormalizedPath>

Syntax

IReadOnlyList<NormalizedPath> ExcludedPaths { get; }

Value

Type Description
IReadOnlyList<NormalizedPath> The excluded paths.