consolidated some api code

This commit is contained in:
LukePulverenti
2013-03-11 01:06:55 -04:00
parent 7c677e0ee6
commit 177d9cc172
6 changed files with 72 additions and 123 deletions

View File

@@ -1,5 +1,4 @@
using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Entities;
using System;
namespace MediaBrowser.Model.Querying
@@ -35,10 +34,10 @@ namespace MediaBrowser.Model.Querying
/// <value>The sort order.</value>
public SortOrder? SortOrder { get; set; }
/// <summary>
/// If specified the search will be localized within a specific item or folder
/// Gets or sets the parent id.
/// </summary>
/// <value>The item id.</value>
public string ItemId { get; set; }
/// <value>The parent id.</value>
public string ParentId { get; set; }
/// <summary>
/// Fields to return within the items, in addition to basic information
/// </summary>