sharepoint 2013, more segregation for the enteprrise provider and ui moved

to a dedicated folder
This commit is contained in:
robvde 2015-04-07 20:52:02 +08:00
parent 8e4171b0d3
commit c76ce9b158
72 changed files with 681 additions and 7722 deletions

View file

@ -464,7 +464,7 @@ namespace WebsitePanel.EnterpriseServer.Code.HostedSolution
private static void PopulateSharePointEnterpriseItem(Organization org, EnterpriseSolutionStatisticsReport report, string topReseller)
{
List<SharePointSiteCollection> siteCollections;
List<SharePointEnterpriseSiteCollection> siteCollections;
try
{
@ -491,7 +491,7 @@ namespace WebsitePanel.EnterpriseServer.Code.HostedSolution
string.Format("Could not get sharepoint enterprise server. PackageId: {0}", org.PackageId), ex);
}
foreach (SharePointSiteCollection siteCollection in siteCollections)
foreach (SharePointEnterpriseSiteCollection siteCollection in siteCollections)
{
try
{