FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..isActiveTenant Method

Determines whether [is active tenant] [the specified host or tenant identifier].

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

Syntax


public bool isActiveTenant(
	string hostOrTenantID
)
Public Function isActiveTenant ( _
	hostOrTenantID As String _
) As Boolean
public:
bool^ isActiveTenant(
	String^ hostOrTenantID
)

Parameters

hostOrTenantID
Type: String
The host or tenant identifier.

Return Value

true if [is active tenant] [the specified host or tenant identifier]; otherwise, false.