[This is preliminary documentation and is subject to change.]

Sets a Timestamp in the database which marking the the user's login date and time for the user who is currently logging in.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void SetSuccessfulLoginDate(
	int currentUserId
)
Visual Basic (Declaration)
Public Sub SetSuccessfulLoginDate ( _
	currentUserId As Integer _
)
Visual C++
public:
void SetSuccessfulLoginDate(
	int currentUserId
)

Parameters

currentUserId
Type: System..::.Int32

See Also