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

GetConditionalEntries() public abstract method

Gets the entries that meet the PostType and PostConfig flags.
public abstract GetConditionalEntries ( int itemCount, PostType postType, PostConfig postConfig, bool includeCategories ) : IList
itemCount int Item count.
postType PostType The type of entry to return.
postConfig PostConfig Post Configuration options.
includeCategories bool Whether or not to include categories
return IList
        public abstract IList<Entry> GetConditionalEntries(int itemCount, PostType postType, PostConfig postConfig, bool includeCategories);