IConfigApplyRecordedChanges 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 IReturnValue ApplyRecordedChanges(
IContext context
)
Function ApplyRecordedChanges (
context As IContext
) As IReturnValue
IReturnValue^ ApplyRecordedChanges(
IContext^ context
)
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
See Also