WithDestinationPrefix(NormalizedPath) Method
This lets you add a prefix to the default destination behavior (such as nesting symbol documents inside a folder like "api/"). Whatever you supply will be combined with the destination. This method has no effect if you've supplied a custom destination behavior.
Namespace
Statiq.CodeAnalysis
Containing Type
AnalyzeCSharp

Syntax

public AnalyzeCSharp WithDestinationPrefix(in NormalizedPath destinationPreview)

Parameters

Name Type Description
destinationPreview NormalizedPath The prefix to use for each generated destination.

Return Value

Type Description
AnalyzeCSharp The current module instance.