FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasAuthProviderName Method

Determines whether [has authentication provider name] [the specified authentication provider name].

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

Syntax


public bool hasAuthProviderName(
	string authProviderName,
	string authProviderID
)
Public Function hasAuthProviderName ( _
	authProviderName As String, _
	authProviderID As String _
) As Boolean
public:
bool^ hasAuthProviderName(
	String^ authProviderName, 
	String^ authProviderID
)

Parameters

authProviderName
Type: String
Name of the authentication provider.
authProviderID
Type: String
The authentication provider identifier.

Return Value

true if [has authentication provider name] [the specified authentication provider name]; otherwise, false.