FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..copyAuthConnection Method

Copies the authentication connection.

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

Syntax


public bool copyAuthConnection(
	string sConnName,
	string sNewAuthKey,
	ref string sNewConnName
)
Public Function copyAuthConnection ( _
	sConnName As String, _
	sNewAuthKey As String, _
	ByRef sNewConnName As String _
) As Boolean
public:
bool^ copyAuthConnection(
	String^ sConnName, 
	String^ sNewAuthKey, 
	String^% sNewConnName
)

Parameters

sConnName
Type: String
Name of the s connection.
sNewAuthKey
Type: String
The s new authentication key.
sNewConnName
Type: String%
Name of the s new connection.

Return Value

true if XXXX, false otherwise.