The MetaWeblogAPI type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
MetaWeblogAPI |
Default constructor.
|
Methods
Name | Description | |
---|---|---|
AddPost |
Inserts the new blog post within specified blog.
| |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
DeletePost |
Deletes a specific blog post on the server side.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCategories |
Gets a list of tags used in the particular blog.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
Invoke(Stream) | (Inherited from XmlRpcServerProtocol.) | |
Invoke(XmlRpcRequest) | (Inherited from XmlRpcServerProtocol.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdatePost |
Updates information on specified blog post.
|
Extension Methods
Name | Description | |
---|---|---|
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.) |
Properties
Name | Description | |
---|---|---|
Context | (Inherited from XmlRpcService.) |
See Also