Interface ISettingsController
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public interface ISettingsController
Methods
|
Improve this Doc
View Source
AddSetting(ExportImportSetting)
Declaration
void AddSetting(ExportImportSetting exportImportSetting)
Parameters
|
Improve this Doc
View Source
GetAllSettings()
Declaration
IEnumerable<ExportImportSetting> GetAllSettings()
Returns
|
Improve this Doc
View Source
GetSetting(String)
Declaration
ExportImportSetting GetSetting(string settingName)
Parameters
Type |
Name |
Description |
System.String |
settingName |
|
Returns
Extension Methods