An interface implemented by the classed that can be published.
Namespace: BlogEngine.Core
Remarks
To implemnet this interface means that the class can be searched
from the search page and that it can be syndicated in RSS and ATOM.
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public interface IPublishable
Public Interface IPublishable
public interface class IPublishable
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Author |
Gets the author.
| |
| Categories |
Gets the categories.
| |
| Content |
Gets the content.
| |
| DateCreated |
Gets the date created.
| |
| DateModified |
Gets the date modified.
| |
| Description |
Gets the description.
| |
| Id |
Gets the id.
| |
| IsVisible |
Gets whether or not this item should be shown
| |
| OnServing(ServingEventArgs) |
Raises the [E:Serving] event.
| |
| RelativeLink |
Gets the relative link.
| |
| Title |
Gets the title of the object
|
See Also
BlogEngine.Core Namespace