FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasAuthConnectionsForProviderID Method

Determines whether [has authentication connections for provider identifier] [the specified authentication provider identifier].

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

Syntax


public bool hasAuthConnectionsForProviderID(
	string authProviderID
)
Public Function hasAuthConnectionsForProviderID ( _
	authProviderID As String _
) As Boolean
public:
bool^ hasAuthConnectionsForProviderID(
	String^ authProviderID
)

Parameters

authProviderID
Type: String
The authentication provider identifier.

Return Value

true if [has authentication connections for provider identifier] [the specified authentication provider identifier]; otherwise, false.