FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasAuthProvider Method

Determines whether [has authentication provider] [the specified s DLL namespace].

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

Syntax


public bool hasAuthProvider(
	string sDllNamespace,
	string sDllPath
)
Public Function hasAuthProvider ( _
	sDllNamespace As String, _
	sDllPath As String _
) As Boolean
public:
bool^ hasAuthProvider(
	String^ sDllNamespace, 
	String^ sDllPath
)

Parameters

sDllNamespace
Type: String
The s DLL namespace.
sDllPath
Type: String
The s DLL path.

Return Value

true if [has authentication provider] [the specified s DLL namespace]; otherwise, false.