b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 2.4) [ class tree: xmlsrv ] [ index: xmlsrv ] [ all elements ]

Procedural File: _mt.api.php

Source Location: /blogs/inc/xmlrpc/apis/_mt.api.php

Page Details

XML-RPC : Movable Type API (partial)

b2evolution - http://b2evolution.net/ Released under GNU GPL License - http://b2evolution.net/about/license.html

Author:  tor
Version:  $Id: _mt.api.php,v 1.1.2.1 2008/05/19 22:27:59 blueyed Exp $
Copyright:  (c)2003-2008 by Francois PLANQUE - http://fplanque.net/
See:  http://manual.b2evolution.net/MovableType_API
Filesource:  Source Code for this file
Functions
mt_getCategoryList  [line 194]

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 119]

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 31]

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 ]


Documentation generated on Sat, 06 Mar 2010 03:38:07 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).