Gets the URL of the resource that the query source represents.
A string that contains the URL or null if the source cannot be represented by a URL.
A standard SharePoint Search Scope cannot be represented by a URL and the property will therefore be null in this case. But most other search scopes can be represented by a URL as shown in the following table that outlines the other types of search scopes provided by Ontolica:
| Type | Description |
|---|---|
| Area | URL address of the SharePoint area. |
| Document Library | URL address of the Document Library or one of its subfolders. |
| Personal Site | URL address of the personal site. |
| SharePoint Search Scope | Null. |
| Site Directory Search Scope | URL address of the SharePoint Site Directory. |
| WSS Site | URL address of the WSS site. |
OntolicaSource Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace