SearchEngine.getInfo (Method)
Gets information about one specific search engine defined in CommonSpot.
Returns:
SearchEngine_GetInfo_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
InterfaceComponentPath | ModulePath_EmptyString | The path to the component module that implements the search engine interface. |
PropertiesXML | XMLText_EmptyString | XML that describes the search engine properties, or an empty string. |
UserAgents | StringArray | An array of zero or more user agent strings. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
searchEngineID | SearchEngineID | Required | ID of the search engine you want to get information about. |
Context:
License Requirements | (none) |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | (none) |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None