Package bscw :: Package api :: Module ap_addctlist
[hide private]

Module ap_addctlist

adds a new contactlist
   returns id of new contactlist

API definition::

 API = (('object_id', 'ASCII string', 1),
        ('name', 'Unicode string', 1),
        ('description', 'Unicode string', 0))

(c) OrbiTeam Software GmbH, 2005-2006


Version: $Rev: 20112 $

Functions [hide private]
 
param_def()
return the parameter definition
 
do_it(request, object_id, name, desc='')
see above
 
add_ctlist(self, request, name)
Variables [hide private]
  __package__ = None