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