FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasUserConnectorDisplayName Method

hasConnectorDisplayName

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

Syntax


public bool hasUserConnectorDisplayName(
	string connectorDisplayName,
	ref string m_sError,
	string connectorID
)
Public Function hasUserConnectorDisplayName ( _
	connectorDisplayName As String, _
	ByRef m_sError As String, _
	connectorID As String _
) As Boolean
public:
bool^ hasUserConnectorDisplayName(
	String^ connectorDisplayName, 
	String^% m_sError, 
	String^ connectorID
)

Parameters

connectorDisplayName
Type: String
Display name of the connector.
m_sError
Type: String%
The m s error.
connectorID
Type: String
The connector identifier.

Return Value

true if [has user connector display name] [the specified connector display name]; otherwise, false.