Click or drag to resize
IMetaWeblogAPI Interface
MetaWeblog API interface.

Namespace: CMS.MetaWeblogProvider
Assembly: CMS.MetaWeblogProvider (in CMS.MetaWeblogProvider.dll) Version: 8.2.23
Syntax
C#
public interface IMetaWeblogAPI

The IMetaWeblogAPI type exposes the following members.

Methods
  NameDescription
Public methodAddPost
Inserts the new blog post within specified blog.
Public methodDeletePost
Removes blog post.
Public methodGetCategories
Gets a list of tags used in the particular blog.
Public methodGetPost
Gets a specific post of the specified blog.
Public methodGetRecentPosts
Gets a set of the most recent blog posts in descending order by publish date.
Public methodGetUserInfo
Gets an info on specific blog user.
Public methodGetUsersBlogs
Gets a list of user's blog posts.
Public methodNewMediaObject
Creates a new media object on the server side for later use in the blog.
Public methodUpdatePost
Updates information on specified blog post.
Top
See Also