| MetaWeblogAPI Class |
Namespace: CMS.MetaWeblogProvider
public class MetaWeblogAPI : XmlRpcService, IMetaWeblogAPI
The MetaWeblogAPI type exposes the following members.
| Name | Description | |
|---|---|---|
| MetaWeblogAPI |
| Name | Description | |
|---|---|---|
| AddPost |
Inserts the new blog post within specified blog.
| |
| DeletePost |
Deletes a specific blog post on the server side.
| |
| 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.
| |
| HandleGET | (Inherited from XmlRpcHttpServerProtocol.) | |
| HandleHttpRequest | (Inherited from XmlRpcHttpServerProtocol.) | |
| HandleUnsupportedMethod | (Inherited from XmlRpcHttpServerProtocol.) | |
| Invoke(Stream) | (Inherited from XmlRpcServerProtocol.) | |
| Invoke(XmlRpcRequest) | (Inherited from XmlRpcServerProtocol.) | |
| NewMediaObject |
Creates a new media object on the server side for later use in the blog.
| |
| System__List__Methods___ | (Inherited from SystemMethodsBase.) | |
| System__Method__Help___ | (Inherited from SystemMethodsBase.) | |
| System__Method__Signature___ | (Inherited from SystemMethodsBase.) | |
| UpdatePost |
Updates information on specified blog post.
|
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
| Name | Description | |
|---|---|---|
| Context | (Inherited from XmlRpcService.) |