AdaptFrameworkImportOptions

AdaptFrameworkImportOptions

new AdaptFrameworkImportOptions(options)

Description:
  • Options to be passed to AdaptFrameworkBuild
Source:
Properties:
Name Type Description
importPath String Path to the import package
userId String Owner of the imported course
language String Language of course files to be imported (if not specified, _defaultLanguage will be used)
assetFolders Array.<String> List of non-standard asset directories
tags Array.<String> List of tags to apply to the course & assets
isDryRun Boolean Will perform a non-modifying import process and report on the changes if run in standard mode
importContent Boolean Whether course content will be imported (default: true)
importPlugins Boolean Whether content plugins not present on the server will be installed (default: true)
updatePlugins Boolean Whether server content plugins should be updated if newer versions exist in the import course (default: false)
removeSource Boolean Whether import files should be removed after the process has completed (default: true)
Parameters:
Name Type Description
options AdaptFrameworkImportOptions