MovableTypeService



Implements MovableType API for Article Editing

The following methods are supported:

method blogger.deletePost

??

Parameters

stringappkey - Unique identifier/passcode of the application sending the post. (See access info.)
stringpostId - String postid
stringuserName - String username
stringpassword - String password
booleanpublish - bool publish

Return Value

boolean??

method blogger.getUsersBlogs

returns information about all the blogs a given user is a member of. Data is returned as an array of 's containing the ID (blogid), name (blogName), and URL (url) of each blog.

Parameters

stringappkey - Unique identifier/passcode of the application sending the post. (See access info.)
stringuserName - Login for the Blogger user who's blogs will be retrieved.
stringpassword - Password for said username.

Return Value

array of struct MTWeblogArray of Weblogs of the specified user

method metaWeblog.editPost

??

Parameters

stringblogId - String blogid
stringuserName - String username
stringpassword - String password
struct MTPostcontent - Post structure
booleanpublish - bool publish

Return Value

void??

method metaWeblog.getRecentPosts

??

Parameters

stringblogId - String blogid
stringuserName - String username
stringpassword - String password
integernumPost - int

Return Value

array of struct MTPost??

method metaWeblog.newMediaObject

??

Parameters

stringblogId - String blogid
stringuserName - String username
stringpassword - String password
struct MTMediaObjectfile - MTMediaObject file

Return Value

struct MTUrl??

method metaWeblog.newPost

??

Parameters

stringblogId - String blogid
stringuserName - String username
stringpassword - String password
struct MTPostcontent - Post structure
booleanpublish - bool publish

Return Value

string??

method mt.getCategoryList

Returns a list of all categories defined in the weblog.

Parameters

stringblogId - String blogid
stringuserName - String username
stringpassword - String password

Return Value

array of struct MTCategoryOn success, an array of structs containing String categoryId and String categoryName; on failure, fault.

method mt.getPostCategories

??

Parameters

stringpostId - String postid
stringuserName - String username
stringpassword - String password

Return Value

array of struct MTCategory??

method mt.setPostCategories

??

Parameters

stringpostId - String blogid
stringuserName - String username
stringpassword - String password
array of struct MTCategorycategories - Post structure

Return Value

void??

struct MTWeblog

Members

stringurl (optional)
stringblogid (optional)
stringblogName (optional)

struct MTPost

Members

dateTimedateCreated (optional)
stringdescription (optional)
stringtitle (optional)
struct MTEnclosureenclosure (optional)
stringlink (optional)
stringpermaLink (optional)
stringpostid (optional)
struct MTSourcesource (optional)
stringuserid (optional)
dateTimepubDate (optional)
integermt_allow_comments (optional)
integermt_allow_pings (optional)
stringmt_keywords (optional)
stringmt_excerpt (optional)
array of stringmt_tb_ping_urls (optional)

struct MTMediaObject

Members

stringname (optional)
stringtype (optional)
base64bits (optional)

struct MTUrl

Members

stringurl (optional)

struct MTCategory

Members

stringcategoryId (optional)
stringcategoryName (optional)

struct MTEnclosure

Members

integerlength (optional)
stringtype (optional)
stringurl (optional)

struct MTSource

Members

stringname (optional)
stringurl (optional)

 

XeDotNet.MovableType.BusinessLogic 1.0.0   CookComputing.XmlRpcV2 0.0.0   .NET CLR 2.0.50727