Click or drag to resize

IConfigReload Method

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
)

Parameters

context
Type: AskiaPortalCmnIContext
Context of execution

Return Value

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