FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasSFTPConnectionName Method

has SFTP connection name

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

Syntax


public bool hasSFTPConnectionName(
	string connName,
	ref string m_sError,
	string connID
)
Public Function hasSFTPConnectionName ( _
	connName As String, _
	ByRef m_sError As String, _
	connID As String _
) As Boolean
public:
bool^ hasSFTPConnectionName(
	String^ connName, 
	String^% m_sError, 
	String^ connID
)

Parameters

connName
Type: String
Name of the connection.
m_sError
Type: String%
The m s error.
connID
Type: String
The connection identifier.

Return Value

true if [has data base connection name] [the specified connection name]; otherwise, false.