The twitter list entity class
| C# | Visual Basic |
[SerializableAttribute] [JsonObjectAttribute(MemberSerialization = MemberSerialization.OptIn)] [DataContractAttribute] public class TwitterList : TwitterObject
<SerializableAttribute> _ <JsonObjectAttribute(MemberSerialization := MemberSerialization.OptIn)> _ <DataContractAttribute> _ Public Class TwitterList _ Inherits TwitterObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TwitterList()()()() | Initializes a new instance of the TwitterList class | |
| AbsolutePath |
Gets or sets the absolute path.
| |
| AddMember(OAuthTokens, String, String, Decimal, OptionalProperties) |
Add a member to a list. The authenticated user must own the list to be able to add members to it. Lists are limited to having 500 members.
| |
| AddMember(OAuthTokens, String, String, Decimal) |
Add a member to a list. The authenticated user must own the list to be able to add members to it. Lists are limited to having 500 members.
| |
| CheckMembership(OAuthTokens, String, String, Decimal, OptionalProperties) |
Check if a user is a member of the specified list.
| |
| CheckMembership(OAuthTokens, String, String, Decimal) |
Check if a user is a member of the specified list.
| |
| Delete(OAuthTokens, String, String, OptionalProperties) |
Deletes the specified list. Must be owned by the authenticated user.
| |
| Description |
Gets or sets the description.
| |
| 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.) | |
| FullName |
Gets or sets the full name.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetList(OAuthTokens, String, String, OptionalProperties) |
Show the specified list. Private lists will only be shown if the authenticated user owns the specified list.
| |
| GetList(OAuthTokens, String, String) |
Show the specified list. Private lists will only be shown if the authenticated user owns the specified list.
| |
| GetLists(OAuthTokens, String, GetListsOptions) |
List the lists of the specified user. Private lists will be included if the authenticated users is the same as the user who's lists are being returned.
| |
| GetLists(OAuthTokens, String) |
List the lists of the specified user. Private lists will be included if the authenticated users is the same as the user who's lists are being returned.
| |
| GetMembers(OAuthTokens, String, String, GetListMembersOptions) |
Returns the members of the specified list.
| |
| GetMembers(OAuthTokens, String, String) |
Returns the members of the specified list.
| |
| GetMemberships(OAuthTokens, String, ListMembershipsOptions) |
List the lists the specified user has been added to.
| |
| GetMemberships(OAuthTokens, String) |
List the lists the specified user has been added to.
| |
| GetStatuses(OAuthTokens, String, String, ListStatusesOptions) |
Show tweet timeline for members of the specified list.
| |
| GetSubscriptions(OAuthTokens, String, GetListSubscriptionsOptions) |
List the lists the specified user follows.
| |
| GetSubscriptions(OAuthTokens, String) |
List the lists the specified user follows.
| |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Id |
Gets or sets the id.
| |
| IsPublic |
Gets a value indicating whether this instance is public.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Mode |
Gets or sets the mode.
| |
| Name |
Gets or sets the name.
| |
| New(OAuthTokens, String, String, Boolean, String, OptionalProperties) |
Creates a new list for the authenticated user. Accounts are limited to 20 lists.
| |
| New(OAuthTokens, String, String, Boolean, String) |
Creates a new list for the authenticated user. Accounts are limited to 20 lists.
| |
| NumberOfMembers |
Gets or sets the number of members.
| |
| NumberOfSubscribers |
Gets or sets the number of subscribers.
| |
| RemoveMember(OAuthTokens, String, String, Decimal, OptionalProperties) |
Removes the specified member from the list. The authenticated user must be the list's owner to remove members from the list.
| |
| RemoveMember(OAuthTokens, String, String, Decimal) |
Removes the specified member from the list. The authenticated user must be the list's owner to remove members from the list.
| |
| Slug |
Gets or sets the slug.
| |
| ToString()()()() | (Inherited from Object.) | |
| Update(OAuthTokens, String, String, UpdateListOptions) |
Updates the specified list.
| |
| User |
Gets or sets the user that owns the list.
|
| Object | ||
| TwitterObject | ||
| TwitterList | ||