|
ContentBox Core API 1.5.7 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.model.importers.BlogCFCImporter
public class BlogCFCImporter
Import a blogcfc database into contentbox
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
private string |
convertContent(string content)
|
any |
execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])
|
private string |
findImages(string content)
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
private string convertContent(string content)
content
public any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])
execute
in interface
ICBImporter
dsn
dsnUsername
dsnPassword
defaultPassword
roleID
tableprefix
private string findImages(string content)
content
|
ContentBox Core API 1.5.7 | ||||
FRAMES |