Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

SearchResultRow Class

Contains information about the search result row field list. This list represents the column values for a specific row that are part of the search result.

Namespace

id_verification

SearchResultRow Constructors

The following are constructors for SearchResultRow.

SearchResultRow(searchResultFieldValues)

Creates an instance of the SearchResultRow class with the specified parameter values.

Signature

public SearchResultRow(List<id_verification.FieldValue> searchResultFieldValues)

1id_verification.SearchResultRow, newinstance, [List<id_verification.FieldValue>], id_verification.SearchResultRow

Parameters

searchResultFieldValues
Type: List<id_verification.FieldValue>
A list of object record fields on which the data has been verified.

SearchResultRow()

Creates an instance of the SearchResultRow class.

Signature

public SearchResultRow()

1id_verification.SearchResultRow, newinstance, [], id_verification.SearchResultRow

SearchResultRow Properties

The following are properties for SearchResultRow.

searchResultFieldValues

A list of object record fields on which the data has been verified.

Signature

public List<id_verification.FieldValue> searchResultFieldValues {get; set;}

1id_verification.SearchResultRow, searchResultFieldValues

Property Value

Type: List<id_verification.FieldValue>