FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..removeDataTypeFromTenants Method

Removes the data type from tenants.

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

Syntax


public bool removeDataTypeFromTenants(
	string sDataTypeName,
	tenantSelectionType oSelectionType,
	List<string> oTenantIDs
)
Public Function removeDataTypeFromTenants ( _
	sDataTypeName As String, _
	oSelectionType As tenantSelectionType, _
	oTenantIDs As List(Of String) _
) As Boolean
public:
bool^ removeDataTypeFromTenants(
	String^ sDataTypeName, 
	tenantSelectionType^ oSelectionType, 
	List<String^>^ oTenantIDs
)

Parameters

sDataTypeName
Type: String
Name of the s data type.
oSelectionType
Type: FlowWright.cDevDeAPI..::..tenantSelectionType
Type of the o selection.
oTenantIDs
Type: List<(Of <(<'String>)>)>
The o tenant i ds.

Return Value

true if XXXX, false otherwise.