FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeAuthConnection Method

Removes the authentication connection.

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

Syntax


public bool removeAuthConnection(
	string authConnectionID
)
Public Function removeAuthConnection ( _
	authConnectionID As String _
) As Boolean
public:
bool^ removeAuthConnection(
	String^ authConnectionID
)

Parameters

authConnectionID
Type: String
The authentication connection identifier.

Return Value

true if XXXX, false otherwise.