Checks to see if the specified title has already been used by another post.

Remarks

Titles must be unique because the title is part of the URL.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool IsTitleUnique(
	string title
)
Public Shared Function IsTitleUnique ( _
	title As String _
) As Boolean
public:
static bool IsTitleUnique (
	String^ title
)

Parameters

title
String

[Missing <param> documentation for "title"]

Return Value

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

See Also

Post Class
BlogEngine.Core Namespace