Twitterizer 2 Documentation
Create Method (tokens, screenName, options)
NamespacesTwitterizerTwitterBlockCreate(OAuthTokens, String, OptionalProperties)
Blocks the user specified as the authenticating user. Destroys a friendship to the blocked user if it exists.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterUser> Create(
	OAuthTokens tokens,
	string screenName,
	OptionalProperties options
)
Public Shared Function Create ( _
	tokens As OAuthTokens, _
	screenName As String, _
	options As OptionalProperties _
) As TwitterResponse(Of TwitterUser)
Parameters
tokens (OAuthTokens)
The tokens.
screenName (String)
The user's screen name.
options (OptionalProperties)
The options.
Return Value
The blocked user in the requested format when successful.

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