Filters the source code files based on extension.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- ReadWorkspace
Syntax
public ReadWorkspace WithExtensions(params string[] extensions)
Parameters
Name | Type | Description |
---|---|---|
extensions | string[] | The extensions to include (if defined, any extensions not listed will be excluded). |
Return Value
Type | Description |
---|---|
ReadWorkspace | The current module instance. |