Describes types of result summaries.
| C# | Visual Basic | Visual C++ |
public enum ResultSummaryType
Public Enumeration ResultSummaryType
public enum class ResultSummaryType
| Member | Description |
|---|---|
| StaticMetaDescription |
Where possible, takes the summary from the HTML meta tag - otherwise StaticBodyStart is used.
|
| StaticBodyStart |
Takes the summary from as the first X number of words in the document.
|
| Dynamic |
Generates the summary based on the keywords searched for.
|