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

GetPostsByDayRange() public abstract method

public abstract GetPostsByDayRange ( System.DateTime start, System.DateTime stop, PostType postType, bool activeOnly ) : IList
start System.DateTime
stop System.DateTime
postType PostType
activeOnly bool
return IList
        public abstract IList<Entry> GetPostsByDayRange(DateTime start, DateTime stop, PostType postType, bool activeOnly);