Twitterizer 2 Documentation
RemoveMember Method (tokens, ownerUsername, listId, userIdToAdd, options)
NamespacesTwitterizerTwitterListRemoveMember(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.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterList> RemoveMember(
	OAuthTokens tokens,
	string ownerUsername,
	string listId,
	decimal userIdToAdd,
	OptionalProperties options
)
Public Shared Function RemoveMember ( _
	tokens As OAuthTokens, _
	ownerUsername As String, _
	listId As String, _
	userIdToAdd As Decimal, _
	options As OptionalProperties _
) As TwitterResponse(Of TwitterList)
Parameters
tokens (OAuthTokens)
The tokens.
ownerUsername (String)
The username of the list owner.
listId (String)
The list id.
userIdToAdd (Decimal)
The user id to add.
options (OptionalProperties)
The options.
Return Value
A TwitterList representing the list the user was added to, or null.

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