Twitterizer 2 Documentation
TwitterBlock Class
NamespacesTwitterizerTwitterBlock
Provides methods for interacting with user blocks.
Declaration Syntax
C#Visual Basic
public static class TwitterBlock
Public NotInheritable Class TwitterBlock
Members
All MembersMethods



IconMemberDescription
Blocking(OAuthTokens, BlockingOptions)
Returns a collection of user objects that the authenticating user is blocking.

Blocking(OAuthTokens)
Returns a collection of user objects that the authenticating user is blocking.

BlockingIds(OAuthTokens, OptionalProperties)
Returns an collection of user ids the authenticating user is blocking.

BlockingIds(OAuthTokens)
Returns an collection of user ids the authenticating user is blocking.

Create(OAuthTokens, Decimal, OptionalProperties)
Blocks the user specified as the authenticating user. Destroys a friendship to the blocked user if it exists.

Create(OAuthTokens, Decimal)
Blocks the user specified as the authenticating user. Destroys a friendship to the blocked user if it exists.

Create(OAuthTokens, String, OptionalProperties)
Blocks the user specified as the authenticating user. Destroys a friendship to the blocked user if it exists.

Create(OAuthTokens, String)
Blocks the user specified as the authenticating user. Destroys a friendship to the blocked user if it exists.

Destroy(OAuthTokens, Decimal, OptionalProperties)
Unblocks the user specified as the authenticating user.

Destroy(OAuthTokens, Decimal)
Unblocks the user specified as the authenticating user.

Destroy(OAuthTokens, String, OptionalProperties)
Unblocks the user specified as the authenticating user.

Destroy(OAuthTokens, String)
Unblocks the user specified as the authenticating user.

Exists(OAuthTokens, Decimal, OptionalProperties)
Checks for a block against the the user specified as the authenticating user.

Exists(OAuthTokens, Decimal)
Checks for a block against the the user specified as the authenticating user.

Exists(OAuthTokens, String, OptionalProperties)
Checks for a block against the the user specified as the authenticating user.

Exists(OAuthTokens, String)
Checks for a block against the the user specified as the authenticating user.

Inheritance Hierarchy
Object
TwitterBlock

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