Table of Contents

Interface IThemeControl

Namespace
Oqtane.Themes
Assembly
Oqtane.Shared.dll
public interface IThemeControl

Properties

Name

Friendly name for a theme

string Name { get; }

Property Value

string

Panes

Comma delimited list of all panes in a theme

string Panes { get; }

Property Value

string

Resources

Identifies all resources in a theme

List<Resource> Resources { get; }

Property Value

List<Resource>

Thumbnail

Screen shot of a theme - assumed to be in the ThemePath() folder

string Thumbnail { get; }

Property Value

string