Summary
This lets you add a prefix to the default
WritePath behavior (such as nesting symbol documents inside
a folder like "api/"). Whatever you supply will be combined with the WritePath. This method has no
effect if you've supplied a custom WritePath behavior.
- Assembly
- Wyam
.CodeAnalysis .dll - Namespace
- Wyam
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp WithWritePathPrefix(DirectoryPath prefix)
Parameters
| Name | Type | Description |
|---|---|---|
| prefix | DirectoryPath | The prefix to use for each generated WritePath. |
Return Value
| Type | Description |
|---|---|
| AnalyzeCSharp | The current module instance. |
