|
||
|
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 documents API can be used for advanced tasks:
|
Please note
All API examples can be simulated on your Kentico CMS website through 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 refer to <web project folder>\CMSAPIExamples\Code\Documents\Advanced\Default.aspx.cs. |
The documents API examples use the following namespaces:
using System; using System.Data;
using CMS.CMSHelper; using CMS.GlobalHelper; using CMS.DocumentEngine; using CMS.UIControls; using CMS.WorkflowEngine; |