Skip to main content
.NET 6.0+

ISupportStoreSettings Methods

Declares members implemented by Frame Templates to support saving their settings to the Application Model.
Name Description
ReloadSettings() Applies settings provided by the Application Model‘s Template node to a Template at runtime. These settings are provided by the ISupportStoreSettings.SetSettings method.
SaveSettings() Saves a Template’s settings previously changed by an end-user to the child nodes of the Application Model‘s Templates node. These child nodes were previously specified by the ISupportStoreSettings.SetSettings method.
SetSettings(IModelTemplate) Creates and/or provides access to child nodes of the Application Model‘s Template node where customizations made by an end-user must be stored. To apply these customizations, this method calls the ISupportStoreSettings.ReloadSettings method.
See Also