The TwitterUser class represents a twitter user account and provides methods for interacting with user-centric API methods.
| C# | Visual Basic |
[SerializableAttribute] [JsonObjectAttribute(MemberSerialization.OptIn)] [DataContractAttribute] public class TwitterUser : TwitterObject
<SerializableAttribute> _ <JsonObjectAttribute(MemberSerialization.OptIn)> _ <DataContractAttribute> _ Public Class TwitterUser _ Inherits TwitterObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TwitterUser()()()() | Initializes a new instance of the TwitterUser class | |
| CreatedDate |
Gets or sets the created date.
| |
| Description |
Gets or sets the description.
| |
| DoesReceiveNotifications |
Gets or sets a value indicating whether the user receives notifications.
| |
| 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.) | |
| FollowRequestSent |
Gets or sets a value indicating whether [follow request sent].
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Id |
Gets or sets the User ID.
| |
| IsContributorsEnabled |
Gets or sets a value indicating whether the user has enabled contributors access to his or her account.
| |
| IsFollowedBy |
Gets or sets the a value indicating whether the authenticated user is followed by this user.
| |
| IsFollowing |
Gets or sets a value indicating whether the authenticated user is following this user.
| |
| IsGeoEnabled |
Gets or sets a value indicating whether this user is geo enabled.
| |
| IsProfileBackgroundTiled |
Gets or sets a value indicating whether this user's profile background image is tiled.
| |
| IsProtected |
Gets or sets a value indicating whether this user is protected.
| |
| Language |
Gets or sets the language.
| |
| ListedCount |
Gets or sets the listed count.
| |
| Location |
Gets or sets the location.
| |
| Lookup(OAuthTokens, LookupUsersOptions) |
Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets or sets the name of the user.
| |
| NumberOfFavorites |
Gets or sets the number of favorites.
| |
| NumberOfFollowers |
Gets or sets the number of followers.
| |
| NumberOfFriends |
Gets or sets the number of friends.
| |
| NumberOfStatuses |
Gets or sets the number of statuses.
| |
| ProfileBackgroundColor |
Gets the color of the profile background.
| |
| ProfileBackgroundColorString |
Gets or sets the color of the profile background.
| |
| ProfileBackgroundImageLocation |
Gets or sets the profile background image location.
| |
| ProfileImageLocation |
Gets or sets the profile image location.
| |
| ProfileLinkColor |
Gets the color of the profile link.
| |
| ProfileLinkColorString |
Gets or sets the color of the profile link.
| |
| ProfileSidebarBorderColor |
Gets the color of the profile sidebar border.
| |
| ProfileSidebarBorderColorString |
Gets or sets the color of the profile sidebar border.
| |
| ProfileTextColor |
Gets the color of the profile text.
| |
| ProfileTextColorString |
Gets or sets the color of the profile text.
| |
| RetweetedBy(OAuthTokens, Decimal, RetweetedByOptions) |
Show user objects of up to 100 members who retweeted the status.
| |
| RetweetedBy(OAuthTokens, Decimal) |
Show user objects of up to 100 members who retweeted the status.
| |
| ScreenName |
Gets or sets the screenname.
| |
| Search(OAuthTokens, String, UserSearchOptions) |
Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API.
| |
| Search(OAuthTokens, String) |
Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API.
| |
| Show(OAuthTokens, Decimal, OptionalProperties) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(Decimal, OptionalProperties) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(OAuthTokens, Decimal) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(Decimal) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(OAuthTokens, String, OptionalProperties) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(String, OptionalProperties) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(OAuthTokens, String) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Show(String) |
Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The author's most recent status will be returned inline.
| |
| Status |
Gets or sets the status.
| |
| StringId |
Gets or sets the string id.
| |
| TimeZone |
Gets or sets the time zone.
| |
| TimeZoneOffset |
Gets or sets the time zone offset.
| |
| ToString()()()() | (Inherited from Object.) | |
| Verified |
Gets or sets a value indicating whether the user is verified.
| |
| Website |
Gets or sets the user's website.
|
| Object | ||
| TwitterObject | ||
| TwitterUser | ||