File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -221,11 +221,11 @@ Table 1 shows the APIs that you can use to program Search in SharePoint and wher
221
221
222
222
| ** API name** | ** Class library or schema and path** |
223
223
| :-----| :-----|
224
- | .NET client object model (CSOM) <br /> | Microsoft.SharePoint.Client.Search.dll %ProgramFiles%\\ Common Files\\ Microsoft Shared\\ web server extensions\\ 15\\ ISAPI <br /> |
225
- | Silverlight CSOM <br /> | Microsoft.SharePoint.Client.Search.Silverlight.dll %ProgramFiles%\\ Common Files\\ Microsoft Shared\\ web server extensions\\ 15\\ TEMPLATE\\ LAYOUTS\\ ClientBin <br /> |
226
- | JavaScript CSOM <br /> | SP.search.js %ProgramFiles%\\ Common Files\\ Microsoft Shared\\ web server extensions\\ 15\\ TEMPLATE\\ LAYOUTS <br /> |
227
- | Representational State Transfer (REST) service endpoints <br /> | http://server/_api/search/query http://server/_api/search/suggest <br /> |
228
- | Server object model <br /> | Microsoft.Office.Server.Search.dll %ProgramFiles%\\ Common Files\\ Microsoft Shared\\ web server extensions\\ 15\\ ISAPI <br /> |
224
+ | .NET client object model (CSOM) <br /> | Microsoft.SharePoint.Client.Search.dll < br /> %ProgramFiles%\\ Common Files\\ Microsoft Shared\\ web server extensions\\ 15\\ ISAPI <br /> |
225
+ | Silverlight CSOM <br /> | Microsoft.SharePoint.Client.Search.Silverlight.dll < br /> %ProgramFiles%\\ Common Files\\ Microsoft Shared\\ web server extensions\\ 15\\ TEMPLATE\\ LAYOUTS\\ ClientBin <br /> |
226
+ | JavaScript CSOM <br /> | SP.search.js < br /> %ProgramFiles%\\ Common Files\\ Microsoft Shared\\ web server extensions\\ 15\\ TEMPLATE\\ LAYOUTS <br /> |
227
+ | Representational State Transfer (REST) service endpoints <br /> | http://server/_api/search/query < br /> http://server/_api/search/suggest <br /> |
228
+ | Server object model <br /> | Microsoft.Office.Server.Search.dll < br /> %ProgramFiles%\\ Common Files\\ Microsoft Shared\\ web server extensions\\ 15\\ ISAPI <br /> |
229
229
230
230
For more information, see [ Using the SharePoint search Query APIs] ( using-the-sharepoint-search-query-apis ) .
231
231
You can’t perform that action at this time.
0 commit comments