Click or drag to resize

IModuleDeactivate Method

Deactivate the module.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IReturnValue Deactivate()

Return Value

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