Unauthorize the 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 UnAuthorize()
Function UnAuthorize As IReturnValue
IReturnValue^ UnAuthorize()
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