Return to doc.sitecore.com

2.  Create a New Project
Prev Next
  1. Create a new project of Class Library type in Visual Studio .NET. Name the project according to its functionality. We will call our project Custom Checklist.
     
  2. Add a reference to the Sitecore.Kernel assembly.
     
  3. Add a reference to the following .NET Framework assembly:
    System.Web
    (System, System.Data and System.Xml assemblies are added by default);  

Prev Next