clsModGlobal..::..removeLoginEntriesByPeriod Method
Removes the login entries by period.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
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.

