Twitterizer 2 Documentation
UserTimelineOptions Class
NamespacesTwitterizerUserTimelineOptions
The UserTimelineOptions class. Provides a payload for optional parameters of the UserTimelineCommand class.
Declaration Syntax
C#Visual Basic
public class UserTimelineOptions : TimelineOptions
Public Class UserTimelineOptions _
	Inherits TimelineOptions
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UserTimelineOptions()()()()
Initializes a new instance of the UserTimelineOptions 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
Gets or sets the number of messages to request.
(Inherited from TimelineOptions.)
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
IncludeRetweets
Gets or sets a value indicating whether [include retweets].
(Inherited from TimelineOptions.)
MaxStatusId
Gets or sets the max (latest) status id to request.
(Inherited from TimelineOptions.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Page
Gets or sets the page number to request.
(Inherited from TimelineOptions.)
Proxy
Allows overriding of the default proxy settings for API call requests.
(Inherited from OptionalProperties.)
ScreenName
Gets or sets the screen name of the user for whom to request a list of followers.

SinceStatusId
Gets or sets the minimum (earliest) status id to request.
(Inherited from TimelineOptions.)
SkipUser
Gets or sets a value indicating whether user objects should contain only Id values.
(Inherited from TimelineOptions.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UserId
Gets or sets the ID of the user for whom to request a list of followers.

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.)
Inheritance Hierarchy

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)