NDepend.API Documentation
QueryResultExportDocumentKind Enumeration
NDepend.CodeQuery Namespace : QueryResultExportDocumentKind Enumeration
Define the kinds of document a query execution result can be exported to through the extension method %%.
Syntax
public enum QueryResultExportDocumentKind : System.Enum 
Members
MemberDescription
CSVUse this value to export a query execution result to a CSV document.
ExcelUse this value to export a query execution result to an Excel document.
HTMLUse this value to export a query execution result to an HTML document.
JSONUse this value to export a query execution result to a JSON document.
TextUse this value to export a query execution result to a textual document.
XMLUse this value to export a query execution result to an XML document.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NDepend.CodeQuery.QueryResultExportDocumentKind

Requirements

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

See Also

Reference

NDepend.CodeQuery Namespace