Table of Contents

Interface IThemeRepository

Namespace
Oqtane.Repository
Assembly
Oqtane.Server.dll
public interface IThemeRepository

Methods

DeleteTheme(int)

void DeleteTheme(int themeId)

Parameters

themeId int

FilterThemes(List<Theme>)

List<Theme> FilterThemes(List<Theme> themes)

Parameters

themes List<Theme>

Returns

List<Theme>

GetTheme(int, int)

Theme GetTheme(int themeId, int siteId)

Parameters

themeId int
siteId int

Returns

Theme

GetThemes()

IEnumerable<Theme> GetThemes()

Returns

IEnumerable<Theme>

UpdateTheme(Theme)

void UpdateTheme(Theme theme)

Parameters

theme Theme