FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..removeLoginEntriesByPeriod Method

Removes the login entries by period.

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

Syntax


public static bool removeLoginEntriesByPeriod(
	string sConnectionString,
	DateTime startDate,
	DateTime endDate,
	loginType loginType,
	string sUserID
)
Public Shared Function removeLoginEntriesByPeriod ( _
	sConnectionString As String, _
	startDate As DateTime, _
	endDate As DateTime, _
	loginType As loginType, _
	sUserID As String _
) As Boolean
public:
static bool^ removeLoginEntriesByPeriod(
	String^ sConnectionString, 
	DateTime^ startDate, 
	DateTime^ endDate, 
	loginType^ loginType, 
	String^ sUserID
)

Parameters

sConnectionString
Type: String
The s connection string.
startDate
Type: DateTime
The start date.
endDate
Type: DateTime
The end date.
loginType
Type: FlowWright.cDevDeAPI..::..loginType
Type of the login.
sUserID
Type: String
The s user identifier.

Return Value

true if XXXX, false otherwise.