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
Namespace
SearchResultRow Constructors
The following are constructors for SearchResultRow.
SearchResultRow(searchResultFieldValues)
Signature
public SearchResultRow(List<id_verification.FieldValue> searchResultFieldValues)
1id_verification.SearchResultRow, newinstance, [List<id_verification.FieldValue>], id_verification.SearchResultRowParameters
- searchResultFieldValues
- Type: List<id_verification.FieldValue>
- A list of object record fields on which the data has been verified.
SearchResultRow()
Signature
public SearchResultRow()
1id_verification.SearchResultRow, newinstance, [], id_verification.SearchResultRowSearchResultRow Properties
The following are properties for SearchResultRow.
searchResultFieldValues
Signature
public List<id_verification.FieldValue> searchResultFieldValues {get; set;}
1id_verification.SearchResultRow, searchResultFieldValuesProperty Value
Type: List<id_verification.FieldValue>