Kentico CMS 6.0 Developer's 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!  

Arrow


API examples for newer versions


Please visit the latest API Examples documentation to view API examples for newer versions of Kentico.



These topics show examples of how the Modules API can be used:

 

Managing modules

Managing permissions

Managing UI elements

 

 

 

Please note

 

All API examples can be simulated in the API examples user interface; please refer to the API examples chapter for more details.

 

If you would like to check the code of the examples, please install CMS API examples and refer to <web project folder>\CMSAPIExamples\Code\Development\Modules\Default.aspx.cs.

 

 

The Modules API examples use the following namespaces:

 

using System;
using System.Data;

 
using CMS.GlobalHelper;
using CMS.UIControls;
using CMS.CMSHelper;
using CMS.SiteProvider;