SearchRequest Class
Contains information about the search request data. The search request
represents search filters for object-based search, search terms for text-based search, and the
verification context that includes the process definition, process details, and process
fields.
Namespace
SearchRequest Constructors
The following are constructors for SearchRequest.
SearchRequest(searchTerm, searchFilters, verificationContext)
Creates an instance of the SearchRequest class with the specified parameter
values.
Signature
public SearchRequest(String searchTerm, List<id_verification.FieldValue> searchFilters, id_verification.VerificationContext verificationContext)
1id_verification.SearchRequest, newinstance, [String, List<id_verification.FieldValue>, id_verification.VerificationContext], id_verification.SearchRequestParameters
- searchTerm
- Type: String
- Required. Specifies the search term for the account to use when performing a search.
- searchFilters
- Type: List<id_verification.FieldValue>
- Specifies the search criteria used for the object-based search.
- verificationContext
- Type: id_verification.VerificationContext
- Required. Specifies the object that contains the setup data and context required to perform the search.
SearchRequest()
Creates an instance of the SearchRequest class.
Signature
public SearchRequest()
1id_verification.SearchRequest, newinstance, [], id_verification.SearchRequestSearchRequest Properties
The following are properties for SearchRequest.
searchFilters
Signature
public List<id_verification.FieldValue> searchFilters {get; set;}
1id_verification.SearchRequest, searchFiltersProperty Value
Type: List<id_verification.FieldValue>