ContentBox Core API 1.5.7

contentbox.model.importers
Class MachBlogImporter

WEB-INF.cftags.component
        extended by contentbox.model.importers.MachBlogImporter
All Implemented Interfaces:
ICBImporter

public class MachBlogImporter
extends WEB-INF.cftags.component

Import a MachBlog database into contentbox


Constructor Summary
init()
          Constructor
 
Method Summary
 any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])
          Import from MachBlog, returns the string console
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
Constructor

Method Detail

execute

public any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])
Import from MachBlog, returns the string console.

Specified by:
execute in interface ICBImporter
Parameters:
dsn
dsnUsername
dsnPassword
defaultPassword
roleID
tableprefix

ContentBox Core API 1.5.7