Method | Description | |
---|---|---|
Create ( IBlogMLProvider provider ) : |
Creates an instance of the BlogMl Writer.
|
|
GetMimeType ( string fullUrl ) : string |
Returns a MimeType from a URL
|
Method | Description | |
---|---|---|
InternalWriteBlog ( ) : void |
Writes the blog.
|
|
WritePostCategories ( |
||
WritePostsPage ( IPagedCollection |
Method | Description | |
---|---|---|
BlogMLWriter ( IBlogMLProvider provider, IBlogMLContext context ) : System |
Constructs an instance of the BlogMlWriter for the specified blogId.
|
|
WriteAuthors ( ) : void | ||
WriteCategories ( IList |
||
WriteExtendedProperties ( ) : void | ||
WritePost ( |
||
WritePostAttachments ( |
||
WritePostAuthor ( string authorId ) : void | ||
WritePostAuthors ( |
||
WritePostCategory ( string categoryId ) : void | ||
WritePostComment ( |
||
WritePostComments ( |
||
WritePostTrackbacks ( |
||
WritePosts ( ICollectionBook |
public static Create ( IBlogMLProvider provider ) : |
||
provider | IBlogMLProvider | The provider. |
return |
public static GetMimeType ( string fullUrl ) : string | ||
fullUrl | string | The URL to check for a mime type |
return | string |
protected WritePostCategories ( |
||
categoryRefs | ||
return | void |
protected WritePostsPage ( IPagedCollection |
||
posts | IPagedCollection |
|
return | void |