deTenantManager..::..createTenant Method
Creates the tenant.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool createTenant( string hostName, string tenantConnectionString, bool isActive, string appURL, string description, string tenantID )
Parameters
- hostName
- Type: String
Name of the host.
- tenantConnectionString
- Type: String
The tenant connection string.
- isActive
- Type: Boolean
if set to true [is active].
- appURL
- Type: String
The application URL.
- description
- Type: String
Tenant description
- tenantID
- Type: String
The tenant identifier.