Taylohtio/AlertManager/SPSolutions.SharePoint.Aler.../SPSolutions.SharePoint/SPSolutions.SharePoint.Conf.../ISPConfigurationListHandler.cs

10 lines
204 B
C#

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