FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..createTenant Method

Creates the tenant.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool createTenant(
	string hostName,
	string tenantConnectionString,
	bool isActive,
	string appURL,
	string description,
	string tenantID
)
Public Function createTenant ( _
	hostName As String, _
	tenantConnectionString As String, _
	isActive As Boolean, _
	appURL As String, _
	description As String, _
	tenantID As String _
) As Boolean
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.

Return Value

true if XXXX, false otherwise.

Exceptions


ExceptionCondition
[NotImplementedException]