Added ParentId to ApiBaseItem

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-07-31 21:48:51 -04:00
parent d6a0e8dbc5
commit 8edc1ce710
2 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ namespace MediaBrowser.Model.Entities
public bool IsFolder { get; set; }
public Guid ParentId { get; set; }
public string Type { get; set; }
public bool IsType(Type type)