FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeAuthProvider Method

Removes the authentication provider.

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

Syntax


public bool removeAuthProvider(
	string sAuthProviderID
)
Public Function removeAuthProvider ( _
	sAuthProviderID As String _
) As Boolean
public:
bool^ removeAuthProvider(
	String^ sAuthProviderID
)

Parameters

sAuthProviderID
Type: String
The s authentication provider identifier.

Return Value

true if XXXX, false otherwise.