FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deoAuthConnections..::..removeOAuthConnection Method

Removes the connection.

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

Syntax


public bool removeOAuthConnection(
	string sOAuthID
)
Public Function removeOAuthConnection ( _
	sOAuthID As String _
) As Boolean
public:
bool^ removeOAuthConnection(
	String^ sOAuthID
)

Parameters

sOAuthID
Type: String
The s connection identifier.

Return Value

true if XXXX, false otherwise.