Click or drag to resize

GenericExportDataArgsPreselectedObjects Property

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.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public List<ObjectProxy> PreselectedObjects { get; set; }

Property Value

Type: ListObjectProxy
Remarks
Not all exports support selective exporting. (e.g. the XML export). Those exports will just ignore this list. The export may further reduce this list when the list contains object types that can't be exported (e.g. Pin objects) All exports allow empty list exports. The result depends on the parameters for the export
See Also