Click or drag to resize
MetaWeblogAPI Class
Class serving MetaWeblogAPI requests.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    SystemMethodsBase
      XmlRpcServerProtocol
        XmlRpcHttpServerProtocol
          XmlRpcService
            CMS.MetaWeblogProviderMetaWeblogAPI

Namespace: CMS.MetaWeblogProvider
Assembly: CMS.MetaWeblogProvider (in CMS.MetaWeblogProvider.dll) Version: 8.2.23
Syntax
C#
public class MetaWeblogAPI : XmlRpcService, 
	IMetaWeblogAPI

The MetaWeblogAPI type exposes the following members.

Constructors
  NameDescription
Public methodMetaWeblogAPI
Top
Methods
  NameDescription
Public methodAddPost
Inserts the new blog post within specified blog.
Public methodDeletePost
Deletes a specific blog post on the server side.
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.
Protected methodHandleGET (Inherited from XmlRpcHttpServerProtocol.)
Public methodHandleHttpRequest (Inherited from XmlRpcHttpServerProtocol.)
Protected methodHandleUnsupportedMethod (Inherited from XmlRpcHttpServerProtocol.)
Public methodInvoke(Stream) (Inherited from XmlRpcServerProtocol.)
Public methodInvoke(XmlRpcRequest) (Inherited from XmlRpcServerProtocol.)
Public methodNewMediaObject
Creates a new media object on the server side for later use in the blog.
Public methodSystem__List__Methods___ (Inherited from SystemMethodsBase.)
Public methodSystem__Method__Help___ (Inherited from SystemMethodsBase.)
Public methodSystem__Method__Signature___ (Inherited from SystemMethodsBase.)
Public methodUpdatePost
Updates information on specified blog post.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Protected propertyContext (Inherited from XmlRpcService.)
Top
See Also