C# Class Subtext.Framework.Archives

Static class used to get collections of archived posts (by month and year and category) from the data provider.
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode 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 méthode

Gets archived posts by category.
public static GetPostCountByCategory ( ) : IList
Résultat IList

GetPostCountByMonth() public static méthode

Gets archived posts by month.
public static GetPostCountByMonth ( ) : IList
Résultat IList

GetPostCountByYear() public static méthode

Gets archived posts by year.
public static GetPostCountByYear ( ) : IList
Résultat IList