Determines whether [has authentication connection name] [the specified connection name].
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Public Function hasAuthConnectionName ( _
connName As String, _
authConnectionID As String _
) As Boolean
public:
bool^ hasAuthConnectionName(
String^ connName,
String^ authConnectionID
)
Parameters
- connName
- Type: String
Name of the connection.
- authConnectionID
- Type: String
The authentication connection identifier.
Return Value
true if [has authentication connection name] [the specified connection name]; otherwise,
false.