SearchResultHeader Class
Contains information about the search result header field list. This
list represents the metadata information of the columns that are part of the search
result.
Namespace
SearchResultHeader Constructors
The following are constructors for SearchResultHeader.
SearchResultHeader(developerName, dataType, displayLabel)
Creates an instance of the SearchResultHeader class with the specified
parameter values.
Signature
public SearchResultHeader(String developerName, String dataType, String displayLabel)
1id_verification.SearchResultHeader, newinstance, [String, String, String], id_verification.SearchResultHeaderParameters
- developerName
- Type: String
- Represents the developer name of the field.
- dataType
- Type: String
- Represents the data type of the header field.
- displayLabel
- Type: String
- Represents the label of the field.
SearchResultHeader()
Creates an instance of the SearchResultHeader class.
Signature
public SearchResultHeader()
1id_verification.SearchResultHeader, newinstance, [], id_verification.SearchResultHeader