using Microsoft.SharePoint; using System; namespace SPSolutions.SharePoint.Configuration { public interface ISPConfigurationListHandler { SPConfigurationList GetConfigurationList(SPList spList); } }