The search options class. Provides a payload for optional parameters for the SearchCommand class.
| C# | Visual Basic |
[SerializableAttribute] public class SearchOptions : OptionalProperties
<SerializableAttribute> _ Public Class SearchOptions _ Inherits OptionalProperties
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SearchOptions()()()() |
Initializes a new instance of the SearchOptions class.
| |
| APIBaseAddress | (Inherited from OptionalProperties.) | |
| CacheOutput |
Allows run time enabling of API output caching.
(Inherited from OptionalProperties.) | |
| CacheTimespan |
Allows configuration of the sliding expiration timespan for output caching.
(Inherited from OptionalProperties.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GeoCode |
Gets or sets the geo code string.
The parameter value is specified by "latitude,longitude,radius", where radius units must be specified as either "mi" (miles) or "km" (kilometers). Note that you cannot use the near operator via the API to geocode arbitrary locations; however you can use this geocode parameter to search near geocodes directly.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Language |
Gets or sets the language.
| |
| Locale |
Gets or sets the locale.
| |
| MaxId |
Gets or sets the max id.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NumberPerPage |
Gets or sets the number per page.
| |
| PageNumber |
Gets or sets the page number.
| |
| PrefixUsername |
Gets or sets a value indicating whether to prefix the user name to the tweet.
| |
| Proxy |
Allows overriding of the default proxy settings for API call requests.
(Inherited from OptionalProperties.) | |
| ResultType |
Gets or sets the type of the result.
| |
| SinceDate |
Gets or sets the since date.
| |
| SinceId |
Gets or sets the since id.
| |
| ToString()()()() | (Inherited from Object.) | |
| UntilDate |
Gets or sets the until date.
| |
| UseSSL |
Allows modification of the API endpoint addresses to enable SSL communication.
Allows configuration of the base address for API method requests for support for 3rd party 'twitter-like' APIs.
(Inherited from OptionalProperties.) |
| Object | ||
| OptionalProperties | ||
| SearchOptions | ||