Sharepoint Enterprise 2013 provider
This commit is contained in:
parent
bfa2d0cd08
commit
919900b8a1
27 changed files with 4056 additions and 45 deletions
|
@ -61,6 +61,9 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
private int allocatedSharePointSiteCollections;
|
||||
private int createdSharePointSiteCollections;
|
||||
|
||||
private int allocatedSharePointEnterpriseSiteCollections;
|
||||
private int createdSharePointEnterpriseSiteCollections;
|
||||
|
||||
private int createdCRMUsers;
|
||||
private int allocatedCRMUsers;
|
||||
|
||||
|
@ -288,6 +291,18 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
set { createdSharePointSiteCollections = value; }
|
||||
}
|
||||
|
||||
public int AllocatedSharePointEnterpriseSiteCollections
|
||||
{
|
||||
get { return allocatedSharePointEnterpriseSiteCollections; }
|
||||
set { allocatedSharePointEnterpriseSiteCollections = value; }
|
||||
}
|
||||
|
||||
public int CreatedSharePointEnterpriseSiteCollections
|
||||
{
|
||||
get { return createdSharePointEnterpriseSiteCollections; }
|
||||
set { createdSharePointEnterpriseSiteCollections = value; }
|
||||
}
|
||||
|
||||
public int CreatedBlackBerryUsers { get; set; }
|
||||
public int AllocatedBlackBerryUsers { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue