.NET SDK
Overview
The C# SDK is a CMS independent project which consumes the HawksearchAPI. The following section includes information on how to make use of the searching, indexing and export operations which are exposed in the C# SDK. Developers can refer to this documentation when they want to implement functionalities like Creating an index , Search and Autocomplete and Exporting documents.
Indexing
You could find the documentation for the indexing operations here ->Indexing operations
Â
Searching
You could find the documentation for the searching operations here ->Searching operations
Â
Export
You could find the documentation for the export operations here ->Working with Export API