IBlogExtensibility Members

Include Protected Members
Include Inherited Members

An object that provides the ability to manipulate blog entries.

The IBlogExtensibility type exposes the following members.

Methods

  Name Description
Public method BlogProviderProperties Contains information about the provider.
Public method GetCategories This method returns the list of blog categories for an account so Microsoft Office Word can populate the categories dropdown list.
Public method GetRecentPosts Returns the list of the user’s last fifteen blog posts that Microsoft Office Word then displays in the Open Existing Post dialog. This method does not actually return the blog post contents.
Public method GetUserBlogs Returns the list and details of user blogs associated with the specified account.
Public method Open Opens the blog specified by the blog ID. It is called by the Open Existing Post dialog based on the item selected by the user.
Public method PublishPost Hands off the current post so it can be published by the provider.
Public method RepublishPost Hands off the current post so it can be republished by the provider.
Public method SetupBlogAccount Called from the Choose Account dialog when the provider’s name is chosen in the Blog Host dropdown or when the user requests to change a provider’s account in the Blog Accounts dialog box.

Top

See Also

Reference

IBlogExtensibility Interface

Microsoft.Office.Core Namespace