Public Member Functions | |
tmozIScanExportService | addService (in AString serviceType, in nsIPropertyBag bag) |
Add new web service. | |
void | removeService (in tmozIScanExportService service) |
Remove webservice. | |
Public Attributes | |
readonly attribute nsISimpleEnumerator | services |
Return list of web services. |
Interface represents special settings for Scan to Web
tmozIScanExportService addService | ( | in AString | serviceType, | |
in nsIPropertyBag | bag | |||
) |
Add new web service.
serviceType | Type of the service, can be one of the following:
| |
bag | Optional parameter with additional settings for selected service. This parameter can be null. |
void removeService | ( | in tmozIScanExportService | service | ) |
Remove webservice.
service | Service to be removed |
readonly attribute nsISimpleEnumerator services |
Return list of web services.
Each enumerated web service is type of tmozIScanExportService