C# Class Github.BlogEngine.Repositories.ArchiveRepository

Inheritance: Github.BlogEngine.Repositories.IArchiveRepository
Exibir arquivo Open project: alexbeletsky/beerncode Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetMonthPosts ( string monthSha ) : IList
GetMonthPostsFolder ( string parentSha ) : IList
GetYearFolder ( ) : IList

Method Details

GetMonthPosts() public method

public GetMonthPosts ( string monthSha ) : IList
monthSha string
return IList

GetMonthPostsFolder() public method

public GetMonthPostsFolder ( string parentSha ) : IList
parentSha string
return IList

GetYearFolder() public method

public GetYearFolder ( ) : IList
return IList