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
- IFileSystem
- Property Type
- PathCollection
Syntax
PathCollection ExcludedPaths { get; }
Value
Type | Description |
---|---|
PathCollection | The input paths. |