Fixed up Sp 2013 Enterprise Provider

Fixup itemtype in database
Moved provider to sharepoint2013 folder
Updated the GetPackageRawPaged
This commit is contained in:
robvde 2015-04-08 16:41:48 +08:00
parent 774fda95aa
commit c6a27f02e8
6 changed files with 10 additions and 7 deletions

View file

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