Class ASearchOptions
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 abstract class ASearchOptions
Fields
| Improve this Doc View Source_options
Declaration
protected readonly Dictionary<string, List<string>> _options
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>> |
Properties
| Improve this Doc View SourceLimit
Max number of results returned by the API
Declaration
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Methods
| Improve this Doc View SourceAddMediaOptions(MediaOption[])
Declaration
protected void AddMediaOptions(MediaOption[] options)
Parameters
Type | Name | Description |
---|---|---|
MediaOption[] | options |
AddTweetOptions(TweetOption[])
Declaration
protected void AddTweetOptions(TweetOption[] options)
Parameters
Type | Name | Description |
---|---|---|
TweetOption[] | options |
AddUserOptions(UserOption[], Boolean)
Declaration
protected void AddUserOptions(UserOption[] options, bool needExpansion)
Parameters
Type | Name | Description |
---|---|---|
UserOption[] | options | |
System.Boolean | needExpansion | False is we are requesting a tweet, else true |
PreBuild(Boolean)
Declaration
protected abstract void PreBuild(bool needExpansion)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | needExpansion |