Provides methods for interacting with user blocks.
| C# | Visual Basic |
public static class TwitterBlock
Public NotInheritable Class TwitterBlock
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| 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.
|
| Object | |
| TwitterBlock | |