FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deoAuthConnections..::..hasOAuthSourceName Method

has oauth source Name

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

Syntax


public bool hasOAuthSourceName(
	string oauthName,
	ref string m_sError,
	string oAuthID
)
Public Function hasOAuthSourceName ( _
	oauthName As String, _
	ByRef m_sError As String, _
	oAuthID As String _
) As Boolean
public:
bool^ hasOAuthSourceName(
	String^ oauthName, 
	String^% m_sError, 
	String^ oAuthID
)

Parameters

oauthName
Type: String
Name of the oauth.
m_sError
Type: String%
The m s error.
oAuthID
Type: String
The o authentication identifier.

Return Value

true if [has o authentication source name] [the specified oauth name]; otherwise, false.