The TwitterSavedSearch class. Provides static methods for manipulating saved searches tweets.
| C# | Visual Basic |
[SerializableAttribute] public sealed class TwitterSavedSearch : TwitterObject
<SerializableAttribute> _ Public NotInheritable Class TwitterSavedSearch _ Inherits TwitterObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TwitterSavedSearch()()()() | Initializes a new instance of the TwitterSavedSearch class | |
| Create(OAuthTokens, String, OptionalProperties) |
Creates the saved search specified in the query parameter as the authenticating user.
| |
| Create(OAuthTokens, String) |
Creates the saved search specified in the query parameter as the authenticating user.
| |
| CreatedAt |
Gets or sets the created at date time.
| |
| Delete(OAuthTokens, Decimal, OptionalProperties) |
Deletes the saved search specified in the ID parameter as the authenticating user.
| |
| Delete(OAuthTokens, Decimal) |
Deletes the saved search specified in the ID parameter as the authenticating user.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Id |
Gets or sets the Id.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets or sets the name.
| |
| Position |
Gets or sets the position.
| |
| Query |
Gets or sets the query.
| |
| SavedSearches(OAuthTokens, OptionalProperties) |
Returns the the authenticating user's saved search queries in the requested format.
| |
| SavedSearches(OAuthTokens) |
Returns the the authenticating user's saved search queries in the requested format.
| |
| SavedSearches(OptionalProperties) |
Returns the the authenticating user's saved search queries in the requested format.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| TwitterObject | ||
| TwitterSavedSearch | ||