Method GetFieldsToHighlight
GetFieldsToHighlight(Document)
Define the fields to highlight. Base implementation returns all fields.
Declaration
protected virtual ICollection<string> GetFieldsToHighlight(Document document)
Parameters
Type | Name | Description |
---|---|---|
Document | document | The Document. |
Returns
Type | Description |
---|---|
ICollection<System.String> | An ICollection{string} of Field names. |