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
.Testing - Containing Type
- TestFileSystem
- Implements
- Property Type
- PathCollection
Syntax
public PathCollection ExcludedPaths { get; set; }
Value
Type | Description |
---|---|
PathCollection | The input paths. |