ExportFormat

ExportFormat enumeration

Defines file formats to which you can export metadata properties.

public enum ExportFormat

Values

Name Value Description
Xls 0 Represents the .XLS Excel format.
Xlsx 1 Represents the .XLSX Excel format.
Xml 2 Represents the .XML format.
Csv 3 Represents the .CSV format.
Json 4 Represents the .JSON format.

See Also