Twitterizer 2 Documentation
Exists Method (tokens, userId)
NamespacesTwitterizerTwitterBlockExists(OAuthTokens, Decimal)
Checks for a block against the the user specified as the authenticating user.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterUser> Exists(
	OAuthTokens tokens,
	decimal userId
)
Public Shared Function Exists ( _
	tokens As OAuthTokens, _
	userId As Decimal _
) As TwitterResponse(Of TwitterUser)
Parameters
tokens (OAuthTokens)
The tokens.
userId (Decimal)
The user id.
Return Value
The blocked user in the requested format when successful.

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