Ejemplo n.º 1
0
 public SearchOptions(NameValueCollection nameValueCollection, int?maxPageCount = null, bool useRelativeDateSpans = true) : this(SearchOptions.ParseQuery(nameValueCollection), maxPageCount, useRelativeDateSpans)
 {
 }
Ejemplo n.º 2
0
 public SearchOptions(string queryString, int?maxPageCount = null, bool useRelativeDateSpans = true) : this(SearchOptions.ParseQuery(queryString), maxPageCount, useRelativeDateSpans)
 {
 }
Ejemplo n.º 3
0
 public SearchOptions(string queryString) : this(SearchOptions.ParseQuery(queryString))
 {
 }