Return to doc.sitecore.com

Valid for Sitecore 5.2, 5.1.1
  Add Required Using statements
Prev Next

Add the following using statements to the top of the class:

1.  Using Statements

1 using System.Diagnostics;
2 using Sitecore.Collections;
3 using Sitecore.Globalization;
4 using Sitecore.Data;
5 using Sitecore.Data.DataProviders;
6 using Sitecore.Data.Templates;
7 using Sitecore.Diagnostics;

Prev Next