FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..setTenantActive Method

Sets the tenant active.

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

Syntax


public bool setTenantActive(
	string hostOrTenantID,
	bool active
)
Public Function setTenantActive ( _
	hostOrTenantID As String, _
	active As Boolean _
) As Boolean
public:
bool^ setTenantActive(
	String^ hostOrTenantID, 
	bool^ active
)

Parameters

hostOrTenantID
Type: String
The host or tenant identifier.
active
Type: Boolean
if set to true [active].

Return Value

true if XXXX, false otherwise.