Twitterizer 2 Documentation
New Method (tokens, username, name, isPublic, description)
NamespacesTwitterizerTwitterListNew(OAuthTokens, String, String, Boolean, String)
Creates a new list for the authenticated user. Accounts are limited to 20 lists.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterList> New(
	OAuthTokens tokens,
	string username,
	string name,
	bool isPublic,
	string description
)
Public Shared Function New ( _
	tokens As OAuthTokens, _
	username As String, _
	name As String, _
	isPublic As Boolean, _
	description As String _
) As TwitterResponse(Of TwitterList)
Parameters
tokens (OAuthTokens)
The oauth tokens.
username (String)
The username.
name (String)
The list name.
isPublic (Boolean)
if set to true creates a public list.
description (String)
The description.
Return Value
A TwitterList instance.

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