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

@ -990,7 +990,7 @@ namespace WebsitePanel.EnterpriseServer
if (cntxTmp.Groups.ContainsKey(ResourceGroups.SharepointEnterpriseServer))
{
SharePointSiteCollectionListPaged sharePointStats = HostedSharePointServerEntController.GetSiteCollectionsPaged(org.PackageId, org.Id, string.Empty, string.Empty, string.Empty, 0, 0);
SharePointEnterpriseSiteCollectionListPaged sharePointStats = HostedSharePointServerEntController.GetSiteCollectionsPaged(org.PackageId, org.Id, string.Empty, string.Empty, string.Empty, 0, 0);
stats.CreatedSharePointEnterpriseSiteCollections = sharePointStats.TotalRowCount;
}