U4-6674 - Kill ToContentSet, becomes ToIndexedArray
This commit is contained in:
@@ -48,12 +48,6 @@ namespace Umbraco.Core.Models.PublishedContent
|
||||
return Content;
|
||||
}
|
||||
|
||||
#region ContentSet
|
||||
|
||||
public virtual IEnumerable<IPublishedContent> ContentSet => Content.ContentSet;
|
||||
|
||||
#endregion
|
||||
|
||||
#region ContentType
|
||||
|
||||
public virtual PublishedContentType ContentType => Content.ContentType;
|
||||
@@ -102,11 +96,6 @@ namespace Umbraco.Core.Models.PublishedContent
|
||||
|
||||
public virtual bool IsDraft => Content.IsDraft;
|
||||
|
||||
public virtual int GetIndex()
|
||||
{
|
||||
return Content.GetIndex();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Tree
|
||||
|
||||
Reference in New Issue
Block a user