C# Class Subtext.BlogML.BlogMLContext

Base implementation of the BlogMl context.
Inheritance: IBlogMLContext
Mostra file Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
BlogMLContext ( string blogId, bool embedAttachments ) : System

Initializes a new instance of the BlogMLContext class.

Method Details

BlogMLContext() public method

Initializes a new instance of the BlogMLContext class.
public BlogMLContext ( string blogId, bool embedAttachments ) : System
blogId string The blog id.
embedAttachments bool
return System