FlowWright.cDevDeAPI Namespace
deDesign Class
deDesign Methods
FlowWright.cDevDecisionEngine Namespace

deDesign..::..authenticateUser Method

Authenticates the user.

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

Syntax


public static bool authenticateUser(
	string userName,
	string password,
	string connectionString,
	out string errorMsg,
	out string workflowUserID,
	out string externalUserFullName,
	out bool bIsAdmin,
	out string culture
)
Public Shared Function authenticateUser ( _
	userName As String, _
	password As String, _
	connectionString As String, _
	<OutAttribute> ByRef errorMsg As String, _
	<OutAttribute> ByRef workflowUserID As String, _
	<OutAttribute> ByRef externalUserFullName As String, _
	<OutAttribute> ByRef bIsAdmin As Boolean, _
	<OutAttribute> ByRef culture As String _
) As Boolean
public:
static bool^ authenticateUser(
	String^ userName, 
	String^ password, 
	String^ connectionString, 
	[OutAttribute] String^% errorMsg, 
	[OutAttribute] String^% workflowUserID, 
	[OutAttribute] String^% externalUserFullName, 
	[OutAttribute] bool^% bIsAdmin, 
	[OutAttribute] String^% culture
)

Parameters

userName
Type: String
Name of the user.
password
Type: String
The password.
connectionString
Type: String
The connection string.
errorMsg
Type: String%
The error MSG.
workflowUserID
Type: String%
The workflow user identifier.
externalUserFullName
Type: String%
Full name of the external user.
bIsAdmin
Type: Boolean%
if set to true [b is admin].
culture
Type: String%
The culture.

Return Value

true if XXXX, false otherwise.