mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
adds summary tags
This commit is contained in:
@@ -21,6 +21,12 @@ namespace Orchard.Widgets.Services{
|
||||
public ILogger Logger { get; set; }
|
||||
public Localizer T { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Retrieves every Layer from the Content Manager and evaluates each one.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// A collection of integers that represents the Ids of each active Layer
|
||||
/// </returns>
|
||||
public IEnumerable<int> GetActiveLayerIds(){
|
||||
// Once the Rule Engine is done:
|
||||
// Get Layers and filter by zone and rule
|
||||
|
||||
Reference in New Issue
Block a user