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

GetPreviousAndNextEntries() public abstract method

Returns the previous and next entry to the specified entry.
public abstract GetPreviousAndNextEntries ( int entryId, PostType postType ) : IList
entryId int
postType PostType
return IList
        public abstract IList<Entry> GetPreviousAndNextEntries(int entryId, PostType postType);