Twitterizer 2 Documentation
TwitterUserCategory Class
NamespacesTwitterizerTwitterUserCategory
Represents a suggested user category
Declaration Syntax
C#Visual Basic
[SerializableAttribute]
public class TwitterUserCategory : TwitterObject
<SerializableAttribute> _
Public Class TwitterUserCategory _
	Inherits TwitterObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TwitterUserCategory()()()()
Initializes a new instance of the TwitterUserCategory class

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.)
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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Users
Gets or sets the users. Users are only returned for a single category.

Inheritance Hierarchy
Object
TwitterObject
 TwitterUserCategory

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