Reload the configuration using the current database
values.
Namespace:
AskiaPortalCmn.Configuration
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntaxpublic IReturnValue Reload(
IContext context
)
Public Function Reload (
context As IContext
) As IReturnValue
public:
virtual IReturnValue^ Reload(
IContext^ context
) sealed
Parameters
- context
- Type: AskiaPortalCmnIContext
Context of execution
Return Value
Type:
IReturnValueIt return failed value, if the user in the context doesn't have enough permission to do this action
Implements
IConfigReload(IContext)
Remarks
This method will loose all the unsaved
modification.
See Also