phpDocumentor xml
[ class tree: xml ] [ index: xml ] [ all elements ]

Procedural File: _mt.api.php

Source Location: /qp_inc/xmlrpc/apis/_mt.api.php

Page Details

XML-RPC : Movable Type API (partial)

Quam Plures - http://quamplures.net/ Released under GNU GPL License - http://quamplures.net/license.html

Author:  tor
Author:  waltercruz
Author:  tblue246 (Tilman BLUMENBACH)
Copyright:  (c)2003-2009 by Francois PLANQUE - http://fplanque.net/
Copyright:  (c) 2009 - 2011 by the Quam Plures developers - http://quamplures.net/
See:  http://manual.b2evolution.net/MovableType_API
Filesource:  Source Code for this file
Functions
mt_getCategoryList  [line 199]

void mt_getCategoryList( xmlrpcmsg $m  )

mt.getCategoryList

Parameters:
xmlrpcmsg   $m:  XML-RPC Message
  1. blogid (string): Unique identifier of the blog to query
  2. username (string): Login for a Blogger user who is member of the blog.
  3. password (string): Password for said username.

API Tags:
See:  http://www.sixapart.com/developers/xmlrpc/movable_type_api/mtgetcategorylist.html


[ Top ]
mt_getPostCategories  [line 125]

void mt_getPostCategories( xmlrpcmsg $m  )

mt.getPostCategories : Get the categories for a given post.

Parameters:
xmlrpcmsg   $m:  XML-RPC Message
  1. postid (string): Unique identifier of the post to query
  2. username (string): Login for a Blogger user who is member of the blog.
  3. password (string): Password for said username.


[ Top ]
mt_setPostCategories  [line 32]

void mt_setPostCategories( xmlrpcmsg $m  )

mt.setPostCategories : set cats for a post

Parameters:
xmlrpcmsg   $m:  XML-RPC Message
  1. postid (string): Unique identifier of the post to edit
  2. username (string): Login for a Blogger user who is member of the blog.
  3. password (string): Password for said username.


[ Top ]