The Twitter Result Type Enumeration
| C# | Visual Basic |
public enum TwitterResultType
Public Enumeration TwitterResultType
| Member | Description |
|---|---|
| Mixed |
In a future release this will become the default value. Include both popular and real time results in the response.
|
| Recent |
The current default value. Return only the most recent results in the response.
|
| Popular |
Return only the most popular results in the response.
|