ConfigApplyRecordedChanges Method |
Save configuration item that has
been changed since the initialization,
and reload the configuration in order
to make the changes visible.
Namespace:
AskiaPortalCmn.Configuration
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax public IReturnValue ApplyRecordedChanges(
IContext context
)
Public Function ApplyRecordedChanges (
context As IContext
) As IReturnValue
public:
virtual IReturnValue^ ApplyRecordedChanges(
IContext^ context
) sealed
Parameters
- context
- Type: AskiaPortalCmnIContext
Context of execution
Return Value
Type:
IReturnValueIt return fail value, if the user in the context doesn't have enough permission to do this action
Implements
IConfigApplyRecordedChanges(IContext)See Also