}
public String exportContent(List contentIdList, String path, String fileNamePrefix, boolean includeContentTypes, boolean includeCategories) throws Exception
{
VisualFormatter vf = new VisualFormatter();
fileNamePrefix = vf.replaceNonAscii(fileNamePrefix, '_');
String fileName = null;
Database db = CastorDatabaseService.getDatabase();