C# Class Subtext.Framework.Archives

Static class used to get collections of archived posts (by month and year and category) from the data provider.
ファイルを表示 Open project: ayende/Subtext

Public Methods

Method Description
GetPostCountByCategory ( ) : IList

Gets archived posts by category.

GetPostCountByMonth ( ) : IList

Gets archived posts by month.

GetPostCountByYear ( ) : IList

Gets archived posts by year.

Method Details

GetPostCountByCategory() public static method

Gets archived posts by category.
public static GetPostCountByCategory ( ) : IList
return IList

GetPostCountByMonth() public static method

Gets archived posts by month.
public static GetPostCountByMonth ( ) : IList
return IList

GetPostCountByYear() public static method

Gets archived posts by year.
public static GetPostCountByYear ( ) : IList
return IList