Click or drag to resize

ExportObjectSelectionDataArgs Class

Abstract base class for all exports that allow pre-selection of to-be-exported objects. Currently this are the office exports (DOCX and XLSX)
Inheritance Hierarchy

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

The ExportObjectSelectionDataArgs type exposes the following members.

Properties
  NameDescription
Public propertyPreselectedObjects
A list of ObjectProxy instances describing the articy objects that shall be part of the export. Usually you just pass the result of a call to SimpleFindObjects, SimpleFindConflicts or ResultSet.Rows to this parameter.
Top
See Also