Changes the result of SearchableTreeResolver to be readonly

This commit is contained in:
Shannon
2017-07-20 23:02:58 +10:00
parent 525254efd4
commit c456c0a396
4 changed files with 19 additions and 19 deletions

View File

@@ -10,13 +10,6 @@ namespace Umbraco.Web.Models.ContentEditing
/// </summary>
[DataMember(Name = "score")]
public float Score { get; set; }
//TODO: Enable this!
///// <summary>
///// A caption for the search result
///// </summary>
//[DataMember(Name = "caption")]
//public string Caption { get; set; }
}
}