Click or drag to resize

ConfigReload Method

Reload the configuration using the current database values.

Namespace:  AskiaPortalCmn.Configuration
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public 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

Implements

IConfigReload(IContext)
Remarks
This method will loose all the unsaved modification.
See Also