Click or drag to resize

IUserActivate Method

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
IReturnValue Activate()

Return Value

Type: IReturnValue
Success 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