nsIPlacesImportExportService Interface Reference

import "nsIPlacesImportExportService.idl";

List of all members.

Public Member Functions

void importHTMLFromFile (in nsILocalFile aFile, in boolean aIsInitialImport)
void importHTMLFromFileToFolder (in nsILocalFile aFile, in PRInt64 aFolder, in boolean aIsInitialImport)
void exportHTMLToFile (in nsILocalFile aFile)
void backupBookmarksFile ()


Detailed Description

The PlacesImportExport interface provides methods for importing and exporting Places data.

Definition at line 49 of file nsIPlacesImportExportService.idl.


Member Function Documentation

void nsIPlacesImportExportService::backupBookmarksFile (  ) 

Backup the bookmarks.html file.

void nsIPlacesImportExportService::exportHTMLToFile ( in nsILocalFile  aFile  ) 

Saves the current bookmarks hierarchy to a bookmarks.html file.

void nsIPlacesImportExportService::importHTMLFromFile ( in nsILocalFile  aFile,
in boolean  aIsInitialImport 
)

Loads the given bookmarks.html file and replaces it with the current bookmarks hierarchy (if aIsInitialImport is true) or appends it (if aIsInitialImport is false)

void nsIPlacesImportExportService::importHTMLFromFileToFolder ( in nsILocalFile  aFile,
in PRInt64  aFolder,
in boolean  aIsInitialImport 
)

Loads the given bookmarks.html file and puts it in the given folder


The documentation for this interface was generated from the following file:

Generated on Fri Jan 16 21:13:04 2009 for Places by  doxygen 1.5.8