IEditorConfig Interface Members
- Last UpdatedAug 21, 2026
- 2 minute read
The following tables list the members exposed by IEditorConfig.
| Name | Description | |
|---|---|---|
![]() | GetActivities | The app developer will create all activity and return to the framework. |
![]() | InitializeEditor | InitializeEditor method initializes the app editor with IEditor, which hosts the editor. By reflection, the SE internal Framework finds IEditorConfig and calls InitializeEditor by passing IEditorBase. IEditorBase is a container for the actual editor. |
![]() | Load | Load method is called by the SE Framework when load happens. |
![]() | Save | Save method returns the data which the app editor needs to save in the database. Save method is called by the SE Internal Framework whenever the user clicks on save. Dictionary key holds the file name at the time the app is deployed. Every file holds the value. At runtime, the app reads the configuration data from the deployed file. |
