FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateAuthConnection Method

Updates the authentication connection.

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

Syntax


public bool updateAuthConnection(
	string sAuthConnID,
	string sConnName,
	string sConnDescription,
	string sAuthProviderID,
	string sAuthKey,
	string sAuthProviderConfig
)
Public Function updateAuthConnection ( _
	sAuthConnID As String, _
	sConnName As String, _
	sConnDescription As String, _
	sAuthProviderID As String, _
	sAuthKey As String, _
	sAuthProviderConfig As String _
) As Boolean
public:
bool^ updateAuthConnection(
	String^ sAuthConnID, 
	String^ sConnName, 
	String^ sConnDescription, 
	String^ sAuthProviderID, 
	String^ sAuthKey, 
	String^ sAuthProviderConfig
)

Parameters

sAuthConnID
Type: String
The s authentication connection identifier.
sConnName
Type: String
Name of the s connection.
sConnDescription
Type: String
The s connection description.
sAuthProviderID
Type: String
The s authentication provider identifier.
sAuthKey
Type: String
The s authentication key.
sAuthProviderConfig
Type: String
The s authentication provider configuration.

Return Value

true if XXXX, false otherwise.