Click or drag to resize

ExportXlsxForReimportArgs Class

Argument class for the XLSX export for Re-Import
Inheritance Hierarchy

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public class ExportXlsxForReimportArgs : ExportDataArgs

The ExportXlsxForReimportArgs type exposes the following members.

Properties
  NameDescription
Public propertyExportQueries
Determines if calculated strips should be exported
Public propertySelectedProperties
a semicolon separated list of properties of objects to include in export
Public propertySortedBy
Determines how the groups are sorted. Defaults to "TechnicalName"
Top
See Also