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.SearchResultHeaderSearchResultHeader()
Creates an instance of the SearchResultHeader class.
Signature
public SearchResultHeader()
1id_verification.SearchResultHeader, newinstance, [], id_verification.SearchResultHeaderSearchResultHeader Properties
The following are properties for SearchResultHeader.
dataType
Signature
public String dataType {get; set;}
1id_verification.SearchResultHeader, dataTypeProperty Value
Type: String
developerName
Signature
public String developerName {get; set;}
1id_verification.SearchResultHeader, developerNameProperty Value
Type: String
displayLabel
Signature
public String displayLabel {get; set;}
1id_verification.SearchResultHeader, displayLabelProperty Value
Type: String