CSharp API: Difference between revisions

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to navigation Jump to search
Line 15: Line 15:
* Visual C# .NET 2008 or Visual C# .NET 2010.
* Visual C# .NET 2008 or Visual C# .NET 2010.
* CommitLib.dll (the CommitCRM C# compiled library).
* CommitLib.dll (the CommitCRM C# compiled library).
= Getting Started =
After you create your C# project, you'll need to add a reference to the '''CommitLib.dll''' file, in order to have access to the CommitCRM library classes.

Revision as of 08:41, 18 March 2011

Disclaimer

This documentation refers to CommitCRM 5.6 or later version and assumes CommitCRM is installed and accessible on the local computer.

Introduction

This document demonstrates how to use the CommitCRM C# API library in order to programmatically connect to your CommitCRM server and query or manipulate the CommitCRM database.


System Requirements

  • CommitCRM 5.6 or later.
  • Visual C# .NET 2008 or Visual C# .NET 2010.
  • CommitLib.dll (the CommitCRM C# compiled library).

Getting Started

After you create your C# project, you'll need to add a reference to the CommitLib.dll file, in order to have access to the CommitCRM library classes.