C# Class BlogEngine.Core.API.BlogML.BlogImporter

Blog Importer
Show file Open project: rasmuskl/ReSharperCourse Class Usage Examples

Public Methods

Method Description
AddPost ( BlogMlExtendedPost extPost ) : string

Add new blog post to system

ForceReload ( ) : void

Force Reload of all posts

Private Methods

Method Description
PostUrl ( string slug, System.DateTime dateCreated ) : string

post url

Method Details

AddPost() public method

Add new blog post to system
public AddPost ( BlogMlExtendedPost extPost ) : string
extPost BlogMlExtendedPost
return string

ForceReload() public method

Force Reload of all posts
public ForceReload ( ) : void
return void