The optional parameters for the [!:Twitterizer.Methods.RetweetedByCommand] class.
| C# | Visual Basic |
public class RetweetedByOptions : OptionalProperties
Public Class RetweetedByOptions _ Inherits OptionalProperties
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| RetweetedByOptions()()()() | Initializes a new instance of the RetweetedByOptions 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.) | |
| Count |
Specifies the number of records to retrieve. Must be less than or equal to 100.
| |
| 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.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IncludeEntities |
Gets or sets a value indicating whether entities should be included in the results.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Page |
Specifies the page of results to retrieve.
| |
| Proxy |
Allows overriding of the default proxy settings for API call requests.
(Inherited from OptionalProperties.) | |
| ToString()()()() | (Inherited from Object.) | |
| TrimUser |
When set to true each tweet returned in a timeline will include a user object including only the status authors numerical ID. Omit this parameter to receive the complete user object.
| |
| 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 | ||
| RetweetedByOptions | ||