FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasUserConnectorEnabled Method

Determines whether [has user connector enabled] [the specified connector identifier].

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

Syntax


public bool hasUserConnectorEnabled(
	string connectorID
)
Public Function hasUserConnectorEnabled ( _
	connectorID As String _
) As Boolean
public:
bool^ hasUserConnectorEnabled(
	String^ connectorID
)

Parameters

connectorID
Type: String
The connector identifier.

Return Value

true if [has user connector enabled] [the specified connector identifier]; otherwise, false.