NDepend.API Documentation
ExportQueryResult Method
NDepend.CodeQuery Namespace > ExtensionMethodsQuery Class : ExportQueryResult Method
This result to export.
The kind of document that will contain the exported result.
Can be set to determine the query result export properties.
Optional: null or the original IQuery object to refine the exported result with information like if it's a critical rule or not.
Optional: null or can be set to format technical-debt values to human-readable object, like man-months string or money amount.
Optional: null or can be set to prefix the result with a description string.
Export this queryExecutionResult to a document.
Syntax

Parameters

queryExecutionResult
This result to export.
exportDocumentKind
The kind of document that will contain the exported result.
flags
Can be set to determine the query result export properties.
query
Optional: null or the original IQuery object to refine the exported result with information like if it's a critical rule or not.
debtFormatter
Optional: null or can be set to format technical-debt values to human-readable object, like man-months string or money amount.
descriptionString
Optional: null or can be set to prefix the result with a description string.

Return Value

The document content formatted as a string.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

ExtensionMethodsQuery Class
ExtensionMethodsQuery Members