Class TweetSearchOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TwitterSharp.Request.Option
Assembly: TwitterSharp.dll
Syntax
public class TweetSearchOptions : ASearchOptions
Properties
| Improve this Doc View SourceMediaOptions
Additional information to get about the medias attached
Declaration
public MediaOption[] MediaOptions { get; set; }
Property Value
Type | Description |
---|---|
MediaOption[] |
SinceId
Only returns tweet that were sent before the referenced id
Declaration
public string SinceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartTime
Only returns tweet that were sent after the given date
Declaration
public DateTime? StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
TweetOptions
Additional information to get about the tweets
Declaration
public TweetOption[] TweetOptions { get; set; }
Property Value
Type | Description |
---|---|
TweetOption[] |
UserOptions
Additional information to get about the users
Declaration
public UserOption[] UserOptions { get; set; }
Property Value
Type | Description |
---|---|
UserOption[] |
Methods
| Improve this Doc View SourcePreBuild(Boolean)
Declaration
protected override void PreBuild(bool needExpansion)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | needExpansion |