Skip to content

RecordContainer

Simie edited this page Nov 19, 2012 · 2 revisions

RecordContainer is an internal object, this page is for reference only. This isn't required knowledge for API usage.

The record container provides metadata for a record, including which plugin it was loaded from and where it is located. When using the public API this class isn't exposed.

Members

Description
Location Name of the plugin the record is located in.
Destination Name of the plugin that this record will be inserted into. Ignored if the Mode is Append
Mode Current possible modes are Append and Replace.
Append will add the record to the end of the record list (essentially a new record).
Replace will target a specific record and replace it with the containers record.
Index This is the unique (within the containing plugin) index for the record.

Clone this wiki locally