Twitterizer 2 Documentation
Update Method (tokens, username, listId, options)
NamespacesTwitterizerTwitterListUpdate(OAuthTokens, String, String, UpdateListOptions)
Updates the specified list.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterList> Update(
	OAuthTokens tokens,
	string username,
	string listId,
	UpdateListOptions options
)
Public Shared Function Update ( _
	tokens As OAuthTokens, _
	username As String, _
	listId As String, _
	options As UpdateListOptions _
) As TwitterResponse(Of TwitterList)
Parameters
tokens (OAuthTokens)
The oauth tokens.
username (String)
The username.
listId (String)
The list id.
options (UpdateListOptions)
The options.
Return Value
A TwitterList instance.

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