FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..removeAllLoginEntries Method

Removes all login entries.

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

Syntax


public static bool removeAllLoginEntries(
	string sConnectionString,
	loginType loginType,
	string sUserID
)
Public Shared Function removeAllLoginEntries ( _
	sConnectionString As String, _
	loginType As loginType, _
	sUserID As String _
) As Boolean
public:
static bool^ removeAllLoginEntries(
	String^ sConnectionString, 
	loginType^ loginType, 
	String^ sUserID
)

Parameters

sConnectionString
Type: String
The s connection string.
loginType
Type: FlowWright.cDevDeAPI..::..loginType
Type of the login.
sUserID
Type: String
The s user identifier.

Return Value

true if XXXX, false otherwise.