Subtext.Framework.Providers.ObjectProvider.GetPagedEntries C# (CSharp) Method

GetPagedEntries() public abstract method

Returns a pageable collection of entries ordered by the id descending. This is used in the admin section.
public abstract GetPagedEntries ( PostType postType, int categoryID, int pageIndex, int pageSize ) : IPagedCollection
postType PostType Type of the post.
categoryID int The category ID.
pageIndex int Index of the page.
pageSize int Size of the page.
return IPagedCollection
        public abstract IPagedCollection<Entry> GetPagedEntries(PostType postType, int categoryID, int pageIndex, int pageSize);