Click or drag to resize

IAlgoliaAddRecord Method (String, Object, String)

Adds a record to the index.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void AddRecord(
	string indexName,
	Object record,
	string id
)

Parameters

indexName
Type: SystemString
The name of the index.
record
Type: SystemObject
The record to index.
id
Type: SystemString
The unique ID of the item being indexed.
See Also