api comments for genres, studios, years, persons

This commit is contained in:
LukePulverenti
2013-03-08 16:56:07 -05:00
parent 34cc4eee9d
commit 39ab10c875
6 changed files with 22 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ namespace MediaBrowser.Model.Dto
/// Gets or sets the size of the page.
/// </summary>
/// <value>The size of the page.</value>
public int? PageSize { get; set; }
public int? Limit { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="GetItemsByName" /> is recursive.
/// </summary>