Check OrgId policy while adding hosted organization
if "Automated Hosted Organization" checked on.
This commit is contained in:
parent
306e3147eb
commit
252d518537
4 changed files with 138 additions and 3 deletions
|
@ -45,6 +45,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
#region Organizations
|
||||
|
||||
[WebMethod]
|
||||
public bool CheckOrgIdExists(string orgId)
|
||||
{
|
||||
return OrganizationController.OrganizationIdentifierExists(orgId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public int CreateOrganization(int packageId, string organizationID, string organizationName, string domainName)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue