IMetaWeblogAPI Interface |
Namespace: CMS.MetaWeblogProvider
public interface IMetaWeblogAPI
The IMetaWeblogAPI type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddPost |
Inserts the new blog post within specified blog.
|
![]() | DeletePost |
Removes blog post.
|
![]() | GetCategories |
Gets a list of tags used in the particular blog.
|
![]() | GetPost |
Gets a specific post of the specified blog.
|
![]() | GetRecentPosts |
Gets a set of the most recent blog posts in descending order by publish date.
|
![]() | GetUserInfo |
Gets an info on specific blog user.
|
![]() | GetUsersBlogs |
Gets a list of user's blog posts.
|
![]() | NewMediaObject |
Creates a new media object on the server side for later use in the blog.
|
![]() | UpdatePost |
Updates information on specified blog post.
|