Interface IDefaultFileTypeSettingsProvider
Interface representing a file type able to pass all its default settings to outside callers.
Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IDefaultFileTypeSettingsProvider
Methods
PopulateDefaultSettingsBundle(ISettingsBundle, String)
Populates a given settings bundle with all the default settings used by the file type. Each setting must be stored with its explicit default value.
Declaration
void PopulateDefaultSettingsBundle(ISettingsBundle settingsBundle, string fileTypeConfigurationId)
Parameters
Type | Name | Description |
---|---|---|
ISettingsBundle | settingsBundle | The settings bundle to populate with the default values. |
System.String | fileTypeConfigurationId | Id for the settings group that file type specific settings should be stored in. |