C# Class Sitecore.Modules.WeBlog.Mvc.Controllers.ThemeIncludesController

Inheritance: LinkIncludeController
Datei anzeigen Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
ThemeLink IThemeInclude

Public Methods

Method Description
ThemeIncludesController ( ) : Sitecore.Modules.WeBlog.Components
ThemeIncludesController ( IThemeInclude tl = null ) : Sitecore.Modules.WeBlog.Components

Method Details

ThemeIncludesController() public method

public ThemeIncludesController ( ) : Sitecore.Modules.WeBlog.Components
return Sitecore.Modules.WeBlog.Components

ThemeIncludesController() public method

public ThemeIncludesController ( IThemeInclude tl = null ) : Sitecore.Modules.WeBlog.Components
tl IThemeInclude
return Sitecore.Modules.WeBlog.Components

Property Details

ThemeLink protected_oe property

protected IThemeInclude ThemeLink
return IThemeInclude