Returns all posts in the specified category

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static List<Post> GetPostsByCategory(
	Guid categoryId
)
Public Shared Function GetPostsByCategory ( _
	categoryId As Guid _
) As List(Of Post)
public:
static List<Post^>^ GetPostsByCategory (
	Guid categoryId
)

Parameters

categoryId
Guid

[Missing <param> documentation for "categoryId"]

Return Value

[Missing <returns> documentation for M:BlogEngine.Core.Post.GetPostsByCategory(System.Guid)]

See Also

Post Class
BlogEngine.Core Namespace