FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..copyTenant Method

Copies the tenant.

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

Syntax


public bool copyTenant(
	string sTenantID,
	string copyToHostName
)
Public Function copyTenant ( _
	sTenantID As String, _
	copyToHostName As String _
) As Boolean
public:
bool^ copyTenant(
	String^ sTenantID, 
	String^ copyToHostName
)

Parameters

sTenantID
Type: String
The s tenant identifier.
copyToHostName
Type: String
Name of the copy to host.

Return Value

true if XXXX, false otherwise.