Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.3 KB

File metadata and controls

39 lines (26 loc) · 1.3 KB

Zoho Office Integrator - C# SDK Example Codes

Getting Started

Zoho Office Integrator C# SDK used to help you quickly integrator Zoho Office Integrator editors in side your web application. This repository will have example code to integrate Zoho Office Integrator using C# sdk.

How to run the example codes

You can include the SDK to your project using:

  • Clone this repository in your local machine.

     git clone https://github.com/iampraba/zoi-csharp-sdk-examples.git
  • Install C# SDK and other dependencies then build the project

    • Navigate to the folder zoi-csharp-sdk-examples

      cd zoi-csharp-sdk-examples/office-integrator-csharp-sdk-examples
    • Run the command below:

      dotnet build
  • Use following command to run the example code.

    dotnet run
    • Change the method name as Main in any sample code and then run above command to execute that sample code.
  • Check the documentation page for all possible customizations.

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE.txt for more information.