FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..updateTenant Method

Updates the tenant.

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

Syntax


public bool updateTenant(
	string tenantID,
	string hostName,
	string tenantConnectionString,
	string tenantDescription,
	bool isActive,
	string appURL
)
Public Function updateTenant ( _
	tenantID As String, _
	hostName As String, _
	tenantConnectionString As String, _
	tenantDescription As String, _
	isActive As Boolean, _
	appURL As String _
) As Boolean
public:
bool^ updateTenant(
	String^ tenantID, 
	String^ hostName, 
	String^ tenantConnectionString, 
	String^ tenantDescription, 
	bool^ isActive, 
	String^ appURL
)

Parameters

tenantID
Type: String
The tenant identifier.
hostName
Type: String
Name of the host.
tenantConnectionString
Type: String
The tenant connection string.
tenantDescription
Type: String
The tenant description.
isActive
Type: Boolean
if set to true [is active].
appURL
Type: String
The application URL.

Return Value

true if XXXX, false otherwise.

Exceptions


ExceptionCondition
[NotImplementedException]