Represents a suggested user category
| C# | Visual Basic |
[SerializableAttribute] public class TwitterUserCategory : TwitterObject
<SerializableAttribute> _ Public Class TwitterUserCategory _ Inherits TwitterObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TwitterUserCategory()()()() | Initializes a new instance of the TwitterUserCategory class | |
| 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.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets or sets the name.
| |
| NumberOfUsers |
Gets or sets the number of users.
Only available in list of categories.
| |
| Slug |
Gets or sets the slug.
| |
| SuggestedUserCategories(OAuthTokens, OptionalProperties) |
Access to Twitter's suggested user list. This returns the list of suggested user categories. The category can be used in the users/suggestions/category endpoint to get the users in that category.
| |
| SuggestedUserCategories(OAuthTokens) |
Access to Twitter's suggested user list. This returns the list of suggested user categories. The category can be used in the users/suggestions/category endpoint to get the users in that category.
| |
| SuggestedUsers(OAuthTokens, String, OptionalProperties) |
Access the users in a given category of the Twitter suggested user list.
| |
| SuggestedUsers(OAuthTokens, String) |
Access the users in a given category of the Twitter suggested user list.
| |
| ToString()()()() | (Inherited from Object.) | |
| Users |
Gets or sets the users.
Users are only returned for a single category.
|
| Object | ||
| TwitterObject | ||
| TwitterUserCategory | ||