Reload the configuration using the current database
values.
Namespace:
AskiaPortalCmn.Configuration
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue Reload(
IContext context
)
Function Reload (
context As IContext
) As IReturnValue
IReturnValue^ Reload(
IContext^ context
)
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
Remarks
This method will loose all the unsaved
modification.
See Also