ContentBox Core API 1.5.7

contentbox.model.importers
Interface ICBImporter

WEB-INF.cftags.interface
        extended by contentbox.model.importers.ICBImporter
All Known Implementing Classes:
BlogCFCImporter , MachBlogImporter , MangoImporter , WordpressImporter

public interface ICBImporter
extends WEB-INF.cftags.interface

This is the main importer for importing databases into contentbox


Method Summary
 any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])
 
Methods inherited from class WEB-INF.cftags.interface
 

Method Detail

execute

public any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])

Parameters:
dsn
dsnUsername
dsnPassword
defaultPassword
roleID
tableprefix

ContentBox Core API 1.5.7