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

Blog Importer
Afficher le fichier Open project: rasmuskl/ReSharperCourse Class Usage Examples

Méthodes publiques

Méthode Description
AddPost ( BlogMlExtendedPost extPost ) : string

Add new blog post to system

ForceReload ( ) : void

Force Reload of all posts

Private Methods

Méthode Description
PostUrl ( string slug, System.DateTime dateCreated ) : string

post url

Method Details

AddPost() public méthode

Add new blog post to system
public AddPost ( BlogMlExtendedPost extPost ) : string
extPost BlogMlExtendedPost
Résultat string

ForceReload() public méthode

Force Reload of all posts
public ForceReload ( ) : void
Résultat void