sharepoint 2013, more segregation for the enteprrise provider and ui moved
to a dedicated folder
This commit is contained in:
parent
8e4171b0d3
commit
c76ce9b158
72 changed files with 681 additions and 7722 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue