Kentico CMS 7.0 On-line Marketing Guide

Overview

Overview

Previous topic Next topic Mail us feedback on this topic!  

Overview

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

The topics listed below contain examples that demonstrate how the contact management API can be used:

 

Managing contacts

Managing contact groups

Managing contact roles

Managing contact statuses

Managing accounts

Managing account statuses

Managing activities

 

 

 

Please note

 

All of the API examples can be simulated in the API examples user interface. Please refer to the API examples chapter in the Developer's Guide for more details.

 

If you would like to check the code of the examples, please refer to <web project folder>\CMSAPIExamples\Code\OnlineMarketing\ContactManagement\Default.aspx.cs.

 

The contact management API examples use the following namespaces:

 

using System;
using System.Data;

 
using CMS.GlobalHelper;
using CMS.CMSHelper;
using CMS.SiteProvider;
using CMS.DataEngine;
using CMS.OnlineMarketing;
using CMS.SettingsProvider;