public enum QueryResultExportDocumentKind : System.Enum
public enum QueryResultExportDocumentKind : System.Enum
Member | Description |
---|---|
CSV | Use this value to export a query execution result to a CSV document. |
Excel | Use this value to export a query execution result to an Excel document. |
HTML | Use this value to export a query execution result to an HTML document. |
JSON | Use this value to export a query execution result to a JSON document. |
Text | Use this value to export a query execution result to a textual document. |
XML | Use this value to export a query execution result to an XML document. |
System.Object
System.ValueType
System.Enum
NDepend.CodeQuery.QueryResultExportDocumentKind
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed