Activate a user account.
It will not save the change in
the database unless you explicitly call the
Save method.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax Function Activate As IReturnValue
Return Value
Type:
IReturnValueSuccess result when the user in the context
has enough right to perform this action.
Remarks
This method will change the `State` of the user.
It will not save the new state in the database
unless you explicitly call the
Save method.
See Also