Twitterizer 2 Documentation
TwitterSavedSearch Class
NamespacesTwitterizerTwitterSavedSearch
The TwitterSavedSearch class. Provides static methods for manipulating saved searches tweets.
Declaration Syntax
C#Visual Basic
[SerializableAttribute]
public sealed class TwitterSavedSearch : TwitterObject
<SerializableAttribute> _
Public NotInheritable Class TwitterSavedSearch _
	Inherits TwitterObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TwitterObject
 TwitterSavedSearch

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