MetaWeblogAPI MembersKentico 8.1 API Reference
The MetaWeblogAPI type exposes the following members.
Constructors

  NameDescription
Public methodMetaWeblogAPI
Back to Top
Methods

  NameDescription
Public methodAddPost
Inserts the new blog post within specified blog.
Public methodOnlineCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from OnlineMarshalByRefObject.)
Public methodDeletePost
Deletes a specific blog post on the server side.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetCategories
Gets a list of tags used in the particular blog.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
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 methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
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 methodOnlineInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Public methodInvoke(Stream) (Inherited from XmlRpcServerProtocol.)
Public methodInvoke(XmlRpcRequest) (Inherited from XmlRpcServerProtocol.)
Protected methodOnlineMemberwiseClone 
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone(Boolean)
Creates a shallow copy of the current OnlineMarshalByRefObject object.
(Inherited from OnlineMarshalByRefObject.)
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 methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodUpdatePost
Updates information on specified blog post.
Back to 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.)
Back to Top
Properties

  NameDescription
Protected propertyContext (Inherited from XmlRpcService.)
Back to Top
See Also