Checks to see if the specified title has already been used
by another post.
Namespace: BlogEngine.Core
Remarks
Titles must be unique because the title is part of the URL.
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
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