Adds an analyzer result or
null
if the result does not apply to a single document..
- Namespace
- Statiq
.Common - Containing Type
- IAnalyzerContext
Syntax
void AddAnalyzerResult(IDocument document, string message)
Parameters
Name | Type | Description |
---|---|---|
document | IDocument | The document this result applies to. |
message | string | The analyzer result message to add. |