IUserTouchLastConnectionAt Method |
Change the date of the latest user connection to now,
and save it in the database.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue TouchLastConnectionAt()
Function TouchLastConnectionAt As IReturnValue
IReturnValue^ TouchLastConnectionAt()
Return Value
Type:
IReturnValueReturns value indicates if the save succeed or the reason why it failed.
Remarks
This method will save the modification in the database,
it doesn't require the usage of the
Save method.
Remarks
This method will refuse to operate the change
when the user in the
IContext is not the user to modify.
See Also