Returns blog statistics.
The following columns are included in the result set:
1) count = number of blog entries for the month
2) month = numeric identifier of the month
3) year = numeric year
The result set is ordered so the most recent month is the first record.
public sealed DataSet GetBlogArchiveStatsByBlogID( Guid blogID );
Return Value
DataSet containing blog stats
Parameters
blogID
Blog ID (guid)
See also:
Class BlogBusinessObject