BlogBusinessObject.GetEntriesByBlogIDAndDateRange

Queries blog entries based on a date range and returns them in a DataSet

public sealed DataSet GetEntriesByBlogIDAndDateRange( Guid blogID,
	DateTime startDate,
	DateTime endDate );

Return Value

DataSet with blog entries

Parameters

blogID
Blog ID (guid)

startDate
Start Date

endDate
End Date


See also:

Class BlogBusinessObject


  Last Updated: 5/23/2007 | © , 2007